From a23153887215bd5016e021ae0130ec52935857fc Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Wed, 22 Apr 2020 22:23:05 +0200 Subject: [PATCH 01/25] Every translatable text is now in US_en.json Every translatable word/sentence now refers to its file in /locales. This means that translations are now easier to make (you just need to create a REGIONCODE_languagecode.json in locales with the translated .json) --- locales/US_en.json | 81 ++++++++---- locales/default.json | 44 +++---- views/404.hbs | 42 +++--- views/cemu.hbs | 40 +++--- views/connecting.hbs | 40 +++--- views/faq.hbs | 118 +++++++++-------- views/home.hbs | 260 +++++++++++++++++++------------------- views/partials/navbar.hbs | 26 ++-- 8 files changed, 342 insertions(+), 309 deletions(-) diff --git a/locales/US_en.json b/locales/US_en.json index 90b1d31..c36528e 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -1,23 +1,60 @@ -{ - "nav": { - "brand": "Pretendo" - }, - "home": { - "header": { - "title": "Pretendo", - "text": "An open source Nintendo Network replacement service" - } - }, - "about": { - "caption": "What is this?", - "title": "About", - "text": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity." - }, - "credits": { - "caption": "The people responsible", - "title": "Credits" - }, - "footer": { - "text": "Copyright 2020 PretendoNetwork - Site designed and developed by mrjvs, ben and jip" - } +{ + "nav": { + "brand": "Pretendo" + }, + "home": { + "header": { + "title": "Pretendo", + "text": "An open source Nintendo Network replacement service" + } + }, + "about": { + "caption": "What is this?", + "title": "About", + "text": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity." + }, + "credits": { + "caption": "The people responsible", + "title": "Credits", + "redducks": "Project owner and lead developer", + "caramelkat": "Miiverse research and development", + "superwhiskers": "crunch library development", + "supermariodabom": "Console and other system research", + "rambo6glaz": "Network installer and console research", + "mrjvs": "Web development and early eShop research", + "kxpler442b": "Web development", + "jipfr": "Web development", + "kinnay": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex" + + }, + "footer": { + "text": "Copyright 2020 PretendoNetwork - Site designed and developed by mrjvs, ben and jip" + }, + "connecting": { + "title": "Connecting", + "text": "Pretendo is currently not usable by the general public. When the network becomes public, this will contain steps on connecting to the network" + }, + "cemu": { + "title": "Cemu", + "text": "Pretendo is currently not usable by the general public. When the network becomes public, this will contain steps on connecting to the network using Cemu" + }, + "faq": { + "title": "FAQ" + "q1": "What is Pretendo?", + "a1": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity", + "q2": "How do I use Pretendo?", + "a2": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console", + "q3": "Is there an ETA for XYZ?", + "a3": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA", + "q4": "Does Pretendo work on Cemu/emulators?", + "a4": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu +
+ See the Cemu page for more details", + "q5": "Will my existing NNIDs work on Pretendo?", + "a5": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information", + "q6": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?", + "a6": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit", + "q7": "Will Pretendo support the Wii/Switch?", + "a7": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" + } } \ No newline at end of file diff --git a/locales/default.json b/locales/default.json index 2b7f470..7e0668b 100644 --- a/locales/default.json +++ b/locales/default.json @@ -1,23 +1,23 @@ -{ - "nav": { - "brand": "ERROR" - }, - "home": { - "header": { - "title": "ERROR", - "text": "ERROR" - } - }, - "about": { - "caption": "ERROR", - "title": "ERROR", - "text": "ERROR" - }, - "credits": { - "caption": "ERROR", - "title": "ERROR" - }, - "footer": { - "text": "ERROR" - } +{ + "nav": { + "brand": "ERROR" + }, + "home": { + "header": { + "title": "ERROR", + "text": "ERROR" + } + }, + "about": { + "caption": "ERROR", + "title": "ERROR", + "text": "ERROR" + }, + "credits": { + "caption": "ERROR", + "title": "ERROR" + }, + "footer": { + "text": "ERROR" + } } \ No newline at end of file diff --git a/views/404.hbs b/views/404.hbs index 1af63e0..5486000 100644 --- a/views/404.hbs +++ b/views/404.hbs @@ -1,22 +1,22 @@ - - - - {{> head-common }} - - - - - {{> navbar }} - -
-
-
-
-

404

-

{{ locale.404.title }}

-
-
-
- {{> footer-default }} - + + + + {{> head-common }} + + + + + {{> navbar }} + +
+
+
+
+

404

+

{{ locale.404.title }}

+
+
+
+ {{> footer-default }} + \ No newline at end of file diff --git a/views/cemu.hbs b/views/cemu.hbs index 5540215..731315b 100644 --- a/views/cemu.hbs +++ b/views/cemu.hbs @@ -1,21 +1,21 @@ - - - - {{> head-common }} - - - {{> navbar }} - -
-
- -
-
-

Cemu

-

Pretendo is currently not usable by the general public. When the network becomes public, this will contain steps on connecting to the network using Cemu

-
-
-
- {{> footer-default }} - + + + + {{> head-common }} + + + {{> navbar }} + +
+
+ +
+
+

{{ locale.cemu.title }}

+

{{ locale.connecting.text }}

+
+
+
+ {{> footer-default }} + \ No newline at end of file diff --git a/views/connecting.hbs b/views/connecting.hbs index 3593c48..0c62af9 100644 --- a/views/connecting.hbs +++ b/views/connecting.hbs @@ -1,21 +1,21 @@ - - - - {{> head-common }} - - - {{> navbar }} - -
-
- -
-
-

Connecting

-

Pretendo is currently not usable by the general public. When the network becomes public, this will contain steps on connecting to the network

-
-
-
- {{> footer-default }} - + + + + {{> head-common }} + + + {{> navbar }} + +
+
+ +
+
+

{{ locale.connecting.title }}

+

{{ locale.connecting.text }}

+
+
+
+ {{> footer-default }} + \ No newline at end of file diff --git a/views/faq.hbs b/views/faq.hbs index c1e065e..d07d104 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -1,62 +1,58 @@ - - - - {{> head-common }} - - - - - {{> navbar }} - -
-
- -
-
-

FAQ

-
-
- What is Pretendo? -

Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity

-
- -
- How do I use Pretendo? -

Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console

-
- -
- Is there an ETA for XYZ? -

We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA

-
- -
- Does Pretendo work on Cemu/emulators? -

- Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu -
- See the Cemu page for more details -

-
- -
- Will my existing NNIDs work on Pretendo? -

Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information

-
- -
- If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo? -

Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit

-
- -
- Will Pretendo support the Wii/Switch? -

The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service

-
-
-
-
-
- {{> footer-default }} - + + + + {{> head-common }} + + + + + {{> navbar }} + +
+
+ +
+
+

{{ locale.faq.title }}

+
+
+ {{ locale.faq.q1 }} +

{{ locale.faq.a1 }}

+
+ +
+ {{ locale.faq.q2 }} +

{{ locale.faq.a2 }}

+
+ +
+ {{ locale.faq.q3 }} +

{{ locale.faq.a3 }}

+
+ +
+ {{ locale.faq.q4 }} +

{{ locale.faq.a4 }}

+
+ +
+ {{ locale.faq.q5 }} +

{{ locale.faq.a5 }}

+
+ +
+ {{ locale.faq.q6 }} +

{{ locale.faq.a6 }}

+
+ +
+ {{ locale.faq.q7 }} +

{{ locale.faq.a7 }}

+
+
+
+
+
+ {{> footer-default }} + \ No newline at end of file diff --git a/views/home.hbs b/views/home.hbs index c7767d4..fc115c1 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -1,130 +1,130 @@ - - - - {{> head-common }} - - - - - {{> navbar }} - -
-
-

{{ locale.home.header.title }}

-
-

{{ locale.home.header.text }}

-
-
-
-
-
-
-

{{ locale.about.caption }}

-

{{ locale.about.title }}

-

{{ locale.about.text }}

-
-
- -
-
-

{{ locale.credits.caption }}

-

{{ locale.credits.title }}

-
- -
- -
-
-

Jonathan Barrow (RedDucks)

-

Project owner and lead developer

-
- -
-
-
- -
-
-

Jemma (CaramelKat)

-

Miiverse research and development

-
- -
-
-
- -
-
-

superwhiskers

-

crunch library development

-
- -
-
-
- -
-
-

SuperMarioDaBom

-

Console and other system research

-
- -
-
-
- -
-
-

Rambo6Glaz

-

Network installer and console research

-
- -
-
-
- -
-
-

mrjvs

-

Web development and early eShop research

-
- -
-
-
- -
-
-

Benjamin Moss (kxpler442b)

-

Web development

-
- -
-
-
- -
-
-

Jip Fr

-

Web development

-
- -
-
-
- -
-
-

Kinnay

-

None of this would be possible without the research and help done by Kinnay on PRUDP and nex

-
- -
-
-
-
-
-
- {{> footer-default }} - - + + + + {{> head-common }} + + + + + {{> navbar }} + +
+
+

{{ locale.home.header.title }}

+
+

{{ locale.home.header.text }}

+
+
+
+
+
+
+

{{ locale.about.caption }}

+

{{ locale.about.title }}

+

{{ locale.about.text }}

+
+
+ +
+
+

{{ locale.credits.caption }}

+

{{ locale.credits.title }}

+
+ +
+ +
+
+

Jonathan Barrow (RedDucks)

+

{{ locale.credits.redducks }}

+
+ +
+
+
+ +
+
+

Jemma (CaramelKat)

+

{{ locale.credits.caramelkat }}

+
+ +
+
+
+ +
+
+

superwhiskers

+

{{ locale.credits.superwhiskers }}

+
+ +
+
+
+ +
+
+

SuperMarioDaBom

+

{{ locale.credits.supermariodabom }}

+
+ +
+
+
+ +
+
+

Rambo6Glaz

+

{{ locale.credits.rambo6glaz }}

+
+ +
+
+
+ +
+
+

mrjvs

+

{{ locale.credits.mrjvs }}

+
+ +
+
+
+ +
+
+

Benjamin Moss (kxpler442b)

+

{{ locale.credits.kxpler442b }}

+
+ +
+
+
+ +
+
+

Jip Fr

+

{{ locale.credits.jipfr }}

+
+ +
+
+
+ +
+
+

Kinnay

+

{{ locale.credits.kinnay }}

+
+ +
+
+
+
+
+
+ {{> footer-default }} + + diff --git a/views/partials/navbar.hbs b/views/partials/navbar.hbs index 5625676..865e2d3 100644 --- a/views/partials/navbar.hbs +++ b/views/partials/navbar.hbs @@ -1,14 +1,14 @@ - From 179c0f080ad2d7ee6c2167f9d85bd8ffdbb27954 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Thu, 23 Apr 2020 09:07:34 +0200 Subject: [PATCH 05/25] Differentiate between the navbar title and the page title. Differentiate between the navbar title and the page title. --- locales/US_en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/US_en.json b/locales/US_en.json index 86e0553..98ce87e 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -1,6 +1,8 @@ { "nav": { - "brand": "Pretendo" + "brand": "Pretendo", + "Cemu": "Cemu", + "faq": "FAQ" }, "home": { "header": { From d898e49ae47ab100c36e6193d1e73bb834a68afc Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sat, 25 Apr 2020 00:15:50 +0200 Subject: [PATCH 06/25] Put credits and FAQ in arrays, removed untranslatable words. --- locales/US_en.json | 116 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 88 insertions(+), 28 deletions(-) diff --git a/locales/US_en.json b/locales/US_en.json index 98ce87e..5dc6dd7 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -1,12 +1,9 @@ { "nav": { - "brand": "Pretendo", - "Cemu": "Cemu", "faq": "FAQ" }, "home": { "header": { - "title": "Pretendo", "text": "An open source Nintendo Network replacement service" } }, @@ -18,15 +15,62 @@ "credits": { "caption": "The people responsible", "title": "Credits", - "redducks": "Project owner and lead developer", - "caramelkat": "Miiverse research and development", - "superwhiskers": "crunch library development", - "supermariodabom": "Console and other system research", - "rambo6glaz": "Network installer and console research", - "mrjvs": "Web development and early eShop research", - "kxpler442b": "Web development", - "jipfr": "Web development", - "kinnay": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex" + "people":[ + { + "name": "Jonathan Barrow (RedDucks)", + "caption": "Project owner and lead developer", + "picture": "https://github.com/redduckss.png", + "github": "https://github.com/RedDuckss" + }, + { + "name": "Jemma (CaramelKat)", + "caption": "Miiverse research and development", + "picture": "https://github.com/caramelkat.png", + "github": "https://github.com/CaramelKat" + }, + { + "name": "superwhiskers", + "caption": "crunch library development", + "picture": "https://github.com/superwhiskers.png", + "github": "https://github.com/superwhiskers" + }, + { + "name": "SuperMarioDaBom", + "caption": "Console and other system research", + "picture": "https://github.com/supermariodabom.png", + "github": "https://github.com/SuperMarioDaBom" + }, + { + "name": "Rambo6Glaz", + "caption": "Network installer and console research", + "picture": "https://github.com/NexoDevelopment.png", + "github": "https://github.com/NexoDevelopment" + }, + { + "name": "mrjvs", + "caption": "Web development and early eShop research", + "picture": "https://github.com/mrjvs.png", + "github": "https://github.com/mrjvs" + }, + { + "name": "Benjamin Moss (kxpler442b)", + "caption": "Web development", + "picture": "https://github.com/kxpler442b.png", + "github": "https://github.com/kxpler442b" + }, + { + "name": "Jip Fr", + "caption": "Web development", + "picture": "https://github.com/jipfr.png", + "github": "https://github.com/jipfr" + }, + { + "name": "Kinnay", + "caption": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex", + "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=2048", + "github": "https://github.com/Kinnay" + } + ] }, "footer": { @@ -42,21 +86,37 @@ }, "faq": { "title": "FAQ", - "q1": "What is Pretendo?", - "a1": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity", - "q2": "How do I use Pretendo?", - "a2": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console", - "q3": "Is there an ETA for XYZ?", - "a3": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA", - "q4": "Does Pretendo work on Cemu/emulators?", - "a4": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu -
- See the Cemu page for more details", - "q5": "Will my existing NNIDs work on Pretendo?", - "a5": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information", - "q6": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?", - "a6": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit", - "q7": "Will Pretendo support the Wii/Switch?", - "a7": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" + "qna":[ + { + "question": "What is Pretendo?", + "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity" + }, + { + "question": "How do I use Pretendo?", + "answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console" + }, + { + "question": "Is there an ETA for XYZ?", + "answer": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA" + }, + { + "question": "Does Pretendo work on Cemu/emulators?", + "answer": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu +
+ See the Cemu page for more details" + }, + { + "question": "Will my existing NNIDs work on Pretendo?", + "answer": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information" + }, + { + "question": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?", + "answer": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit" + }, + { + "question": "Will Pretendo support the Wii/Switch?", + "answer": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" + } + ] } } From c8d054e93d4011372383ec6197459c6c97ee1020 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sat, 25 Apr 2020 00:19:20 +0200 Subject: [PATCH 07/25] Hardcoded Pretendo in home.hbs --- views/home.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/home.hbs b/views/home.hbs index fc115c1..d864699 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -10,7 +10,7 @@
-

{{ locale.home.header.title }}

+

Pretendo


{{ locale.home.header.text }}

From e2dabbb2bbd3547ded1d8727a4816a55d25cfb47 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sat, 25 Apr 2020 00:21:39 +0200 Subject: [PATCH 08/25] Hardcoded Pretendo and Cemu in navbar.hbs --- views/partials/navbar.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/partials/navbar.hbs b/views/partials/navbar.hbs index a6ff56e..1940735 100644 --- a/views/partials/navbar.hbs +++ b/views/partials/navbar.hbs @@ -1,7 +1,7 @@
{{> footer-default }} - \ No newline at end of file + From 6aa7655051d4025204c0b1939d6c9651edbf69bc Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sun, 26 Apr 2020 13:37:45 +0200 Subject: [PATCH 11/25] Fixed an error --- views/home.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/home.hbs b/views/home.hbs index 669292c..049b111 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -30,9 +30,9 @@

{{ locale.credits.caption }}

{{ locale.credits.title }}

+ {{#each locale.credits.people}}
- {{#each locale.credits.people}}
@@ -40,9 +40,9 @@

{{caption}}

- {{/each}}
+ {{/each}}
From a19615a0ea202fb3a047e5af0be8c9531f2e7bc1 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sun, 26 Apr 2020 13:46:42 +0200 Subject: [PATCH 12/25] Fixed missing {{/each}} --- views/faq.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/faq.hbs b/views/faq.hbs index eb8e104..a0ee65e 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -15,11 +15,12 @@

{{ locale.faq.title }}

- {{#each faq.qna}} + {{#each locale.faq.qna}}
{{question}}

{{answer}}

+ {{/each}}
From c16bfca7135cf48fbf2edf57fd6fa9deb8529d74 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Mon, 27 Apr 2020 09:45:05 +0200 Subject: [PATCH 13/25] Updated indentation and added connection locale --- locales/US_en.json | 116 ++++++++++++++++++++++----------------------- views/faq.hbs | 4 +- views/home.hbs | 4 +- 3 files changed, 61 insertions(+), 63 deletions(-) diff --git a/locales/US_en.json b/locales/US_en.json index 5dc6dd7..8ec765e 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -1,6 +1,7 @@ { "nav": { - "faq": "FAQ" + "faq": "FAQ", + "connecting": "Connecting" }, "home": { "header": { @@ -15,63 +16,62 @@ "credits": { "caption": "The people responsible", "title": "Credits", - "people":[ + "people": [ { - "name": "Jonathan Barrow (RedDucks)", - "caption": "Project owner and lead developer", - "picture": "https://github.com/redduckss.png", - "github": "https://github.com/RedDuckss" + "name": "Jonathan Barrow (RedDucks)", + "caption": "Project owner and lead developer", + "picture": "https://github.com/redduckss.png", + "github": "https://github.com/RedDuckss" }, { - "name": "Jemma (CaramelKat)", - "caption": "Miiverse research and development", - "picture": "https://github.com/caramelkat.png", - "github": "https://github.com/CaramelKat" + "name": "Jemma (CaramelKat)", + "caption": "Miiverse research and development", + "picture": "https://github.com/caramelkat.png", + "github": "https://github.com/CaramelKat" }, { - "name": "superwhiskers", - "caption": "crunch library development", - "picture": "https://github.com/superwhiskers.png", - "github": "https://github.com/superwhiskers" + "name": "superwhiskers", + "caption": "crunch library development", + "picture": "https://github.com/superwhiskers.png", + "github": "https://github.com/superwhiskers" }, { - "name": "SuperMarioDaBom", - "caption": "Console and other system research", - "picture": "https://github.com/supermariodabom.png", - "github": "https://github.com/SuperMarioDaBom" + "name": "SuperMarioDaBom", + "caption": "Console and other system research", + "picture": "https://github.com/supermariodabom.png", + "github": "https://github.com/SuperMarioDaBom" }, { - "name": "Rambo6Glaz", - "caption": "Network installer and console research", - "picture": "https://github.com/NexoDevelopment.png", - "github": "https://github.com/NexoDevelopment" + "name": "Rambo6Glaz", + "caption": "Network installer and console research", + "picture": "https://github.com/NexoDevelopment.png", + "github": "https://github.com/NexoDevelopment" }, { - "name": "mrjvs", - "caption": "Web development and early eShop research", - "picture": "https://github.com/mrjvs.png", - "github": "https://github.com/mrjvs" + "name": "mrjvs", + "caption": "Web development and early eShop research", + "picture": "https://github.com/mrjvs.png", + "github": "https://github.com/mrjvs" }, { - "name": "Benjamin Moss (kxpler442b)", - "caption": "Web development", - "picture": "https://github.com/kxpler442b.png", - "github": "https://github.com/kxpler442b" + "name": "Benjamin Moss (kxpler442b)", + "caption": "Web development", + "picture": "https://github.com/kxpler442b.png", + "github": "https://github.com/kxpler442b" }, { - "name": "Jip Fr", - "caption": "Web development", - "picture": "https://github.com/jipfr.png", - "github": "https://github.com/jipfr" + "name": "Jip Fr", + "caption": "Web development", + "picture": "https://github.com/jipfr.png", + "github": "https://github.com/jipfr" }, { - "name": "Kinnay", - "caption": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex", - "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=2048", - "github": "https://github.com/Kinnay" + "name": "Kinnay", + "caption": "None of this would be possible without the research and help done by Kinnay on PRUDP and nex", + "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=2048", + "github": "https://github.com/Kinnay" } - ] - + ] }, "footer": { "text": "Copyright 2020 PretendoNetwork - Site designed and developed by mrjvs, ben and jip" @@ -86,37 +86,35 @@ }, "faq": { "title": "FAQ", - "qna":[ + "qna": [ { - "question": "What is Pretendo?", - "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity" + "question": "What is Pretendo?", + "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS games to their fullest capacity" }, { - "question": "How do I use Pretendo?", - "answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console" + "question": "How do I use Pretendo?", + "answer": "Pretendo is currently not in a state that is ready for public use. However, once it is you will be able to use Pretendo simply by running our homebrew patcher on your console" }, { - "question": "Is there an ETA for XYZ?", - "answer": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA" + "question": "Is there an ETA for XYZ?", + "answer": "We do not have an exact ETA for any specific features or the project as a whole. There are many parts to the network, updates release for them individually whenever they are ready (for example updates to the account server are (almost always) independent on other parts of the network, such as the friends server). Due to that we cannot give an exact ETA" }, { - "question": "Does Pretendo work on Cemu/emulators?", - "answer": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu -
- See the Cemu page for more details" + "question": "Does Pretendo work on Cemu/emulators?", + "answer": "Pretendo is designed for the WiiU and (eventually) 3DS. At this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it will still be possible to use Pretendo with Cemu
See the Cemu page for more details" }, { - "question": "Will my existing NNIDs work on Pretendo?", - "answer": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information" + "question": "Will my existing NNIDs work on Pretendo?", + "answer": "Sadly, no. The only ones with access to the data about your existing NNIDs is Nintendo. A NNID-to-PNID migration could theoretically be possible, but it would be a slow and lengthy process requiring sensitive user information" }, { - "question": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?", - "answer": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit" + "question": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?", + "answer": "Any account/console bans only exist server-side. This means any existing bans would not carry over to Pretendo. However Pretendo still reserves the right to issue a ban for our network if we see fit" }, { - "question": "Will Pretendo support the Wii/Switch?", - "answer": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" + "question": "Will Pretendo support the Wii/Switch?", + "answer": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" } - ] + ] } -} +} \ No newline at end of file diff --git a/views/faq.hbs b/views/faq.hbs index a0ee65e..94a5d80 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -15,12 +15,12 @@

{{ locale.faq.title }}

- {{#each locale.faq.qna}} + {{#each locale.faq.qna}}
{{question}}

{{answer}}

- {{/each}} + {{/each}}
diff --git a/views/home.hbs b/views/home.hbs index 049b111..b0bb0bd 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -30,7 +30,7 @@

{{ locale.credits.caption }}

{{ locale.credits.title }}

- {{#each locale.credits.people}} + {{#each locale.credits.people}}
@@ -42,7 +42,7 @@
- {{/each}} + {{/each}} From dbf77d85843a355275487dcbb7ed6856810581a2 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Mon, 27 Apr 2020 12:33:34 +0200 Subject: [PATCH 14/25] Added "Do I need Haxchi to run the patcher?" to the FAQ --- locales/US_en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/locales/US_en.json b/locales/US_en.json index 8ec765e..1fa6aef 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -114,7 +114,11 @@ { "question": "Will Pretendo support the Wii/Switch?", "answer": "The Wii already has custom servers provided by Wiimmfi. We currently have no plans on supporting the Switch, as not only is it a completely different platform with a different online network, but Switch online is a paid service" + }, + { + "question": "Do I need Haxchi to run the patcher?", + "answer": "No. The only thing you need to run the patcher is a way to access the homebrew launcher, whether it's the browser exploit, Haxchi or Coldboot Haxchi." } ] } -} \ No newline at end of file +} From 43f53bb59cb111bc11979ed6b947fe3da528e658 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:35:36 +0200 Subject: [PATCH 15/25] Removed full stop --- locales/US_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/US_en.json b/locales/US_en.json index 1fa6aef..fd69f15 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -117,7 +117,7 @@ }, { "question": "Do I need Haxchi to run the patcher?", - "answer": "No. The only thing you need to run the patcher is a way to access the homebrew launcher, whether it's the browser exploit, Haxchi or Coldboot Haxchi." + "answer": "No. The only thing you need to run the patcher is a way to access the homebrew launcher, whether it's the browser exploit, Haxchi or Coldboot Haxchi" } ] } From 77ba5ff28140086567ab0051d9352f5be2597c2d Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:58:33 +0200 Subject: [PATCH 16/25] Update US_en.json --- locales/US_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/US_en.json b/locales/US_en.json index fd69f15..2a4df42 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -117,7 +117,7 @@ }, { "question": "Do I need Haxchi to run the patcher?", - "answer": "No. The only thing you need to run the patcher is a way to access the homebrew launcher, whether it's the browser exploit, Haxchi or Coldboot Haxchi" + "answer": "No. The only thing you need to run the patcher is a way to access the Homebrew Launcher, whether it's the browser exploit, Haxchi or Coldboot Haxchi" } ] } From 017818ea1ce564e04bf632599f551de1d91fdf55 Mon Sep 17 00:00:00 2001 From: Montelion Date: Tue, 28 Apr 2020 20:54:33 +0200 Subject: [PATCH 17/25] Added Italian translation I was waiting for the pull request to get merged, but since I have the file ready, why not upload it --- locales/IT_it.json | 124 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 locales/IT_it.json diff --git a/locales/IT_it.json b/locales/IT_it.json new file mode 100644 index 0000000..8c765da --- /dev/null +++ b/locales/IT_it.json @@ -0,0 +1,124 @@ +{ + "nav": { + "faq": "FAQ", + "connecting": "Come connettersi" + }, + "home": { + "header": { + "text": "Un rimpiazzo open source del servizio Nintendo Network" + } + }, + "about": { + "caption": "Cos'è questo?", + "title": "Informazioni", + "text": "PretendoNetwork è un rimpiazzo open source del servizio Nintendo Network che punta a costruire server custom per le famiglie di console WiiU e 3DS. Il nostro obiettivo è preservare le funzionalità online di queste console, per permettere ai loro utenti di continuare a giocare ai loro giochi preferiti per WiiU e 3DS al meglio." + }, + "credits": { + "caption": "Le persone responsabili", + "title": "Crediti", + "people": [ + { + "name": "Jonathan Barrow (RedDucks)", + "caption": "Proprietario del progetto e sviluppatore principale", + "picture": "https://github.com/redduckss.png", + "github": "https://github.com/RedDuckss" + }, + { + "name": "Jemma (CaramelKat)", + "caption": "Ricerca e sviluppo Miiverse", + "picture": "https://github.com/caramelkat.png", + "github": "https://github.com/CaramelKat" + }, + { + "name": "superwhiskers", + "caption": "Sviluppo della libreria crunch", + "picture": "https://github.com/superwhiskers.png", + "github": "https://github.com/superwhiskers" + }, + { + "name": "SuperMarioDaBom", + "caption": "Ricerca su console e su altri sistemi", + "picture": "https://github.com/supermariodabom.png", + "github": "https://github.com/SuperMarioDaBom" + }, + { + "name": "Rambo6Glaz", + "caption": "Installer Network e ricerca su console", + "picture": "https://github.com/NexoDevelopment.png", + "github": "https://github.com/NexoDevelopment" + }, + { + "name": "mrjvs", + "caption": "Sviluppo web e iniziale ricerca su eShop", + "picture": "https://github.com/mrjvs.png", + "github": "https://github.com/mrjvs" + }, + { + "name": "Benjamin Moss (kxpler442b)", + "caption": "Sviluppo web", + "picture": "https://github.com/kxpler442b.png", + "github": "https://github.com/kxpler442b" + }, + { + "name": "Jip Fr", + "caption": "Sviluppo web", + "picture": "https://github.com/jipfr.png", + "github": "https://github.com/jipfr" + }, + { + "name": "Kinnay", + "caption": "Niente di tutto questo sarebbe stato possibile senza la ricerca e l'aiuto di Kinnay su PRUDP e nex", + "picture": "https://cdn.discordapp.com/avatars/186572995848830987/b55c0d4e7bfd792edf0689f83a25d8ea.png?size=2048", + "github": "https://github.com/Kinnay" + } + ] + }, + "footer": { + "text": "Copyright 2020 PretendoNetwork - Sito sviluppato e progettato da mrjvs, ben e jip" + }, + "connecting": { + "title": "Connessione", + "text": "PretendoNetwork non è ancora utilizzabile dal pubblico. Quando la rete diventerà pubblica, qui ci saranno le istruzioni per connettersi alla rete" + }, + "cemu": { + "title": "Cemu", + "text": "PretendoNetwork non è ancora utilizzabile dal pubblico. Quando la rete diventerà pubblica, qui ci saranno le istruzioni per connettersi alla rete usando Cemu" + }, + "faq": { + "title": "Domande frequenti (FAQ)", + "qna": [ + { + "question": "Cos'è PretendoNetwork?", + "answer": "PretendoNetwork è un rimpiazzo open source del servizio Nintendo Network che punta a costruire server custom per le famiglie di console WiiU e 3DS. Il nostro obiettivo è preservare le funzionalità online di queste console, per permettere ai loro utenti di continuare a giocare ai loro giochi preferiti per WiiU e 3DS al meglio" + }, + { + "question": "Come si usa PretendoNetwork?", + "answer": "Pretendo non è ancora pronta per essere utilizzata dal pubblico. Quando lo sarà, per usare PretendoNetwork basterà eseguire il nostro patcher tramite homebrew sulla tua console" + }, + { + "question": "Quando sarà pronto XYZ?", + "answer": "Non sappiamo esattamente quando una funzionalità o l'intero progetto saranno pronti. La rete è composta da diverse parti, e gli aggionamenti vengono rilasciati non appena sono pronti (ad esempio gli aggiornamenti al server degli account sono (quasi sempre) rilasciati indipendentemente dalle altre parti della rete, come ad esempio il server degli amici). Per questo non possiamo dare una data per la quale PretendoNetwork sarà pronta" + }, + { + "question": "PretendoNetwork funziona su Cemu/emulatori?", + "answer": "PretendoNetwork è stata creata per la WiiU e (prima o poi) per la 3DS. Per ora l'unico emulatore capace di connettersi online è Cemu. Ufficialmente, Cemu non supporta i server custom, ma sarà comunque possibile utilizzare PretendoNetwork con Cemu
Guarda la pagina Cemu per maggiori informazioni" + }, + { + "question": "I miei NNID funzioneranno su PretendoNetwork?", + "answer": "Sfortunatamente, no. Solo Nintendo ha accesso ai dati relativi ai tuoi NNID esistenti. In teoria, una migrazione da NNID a PNID potrebbe essere possibile, ma sarebbe un processo lento e lungo che richiederebbe informazioni personali dell'utente" + }, + { + "question": "Se il mio account/la mia console è stato bannato su Nintendo Network, rimarrò bannato anche su PretendoNetwork?", + "answer": "I ban dell'account/console esistono solo sui server. Questo significa che un ban esistente non si rifletterà su PretendoNetwork. PretendoNetwork si riserva comunque il diritto di bannare dalla rete se ritenuto necessario" + }, + { + "question": "PretendoNetwork supporterà la Wii/Switch?", + "answer": "La Wii ha già server custom forniti da Wiimmfi. Al momento non abbiamo intenzione di supportare la Switch, poiché non solo essa è una piattaforma completamente diversa con una rete online diversa, ma Switch Online è un servizio a pagamento" + }, + { + "question": "È necessario utilizzare Haxchi per eseguire il patcher?", + "answer": "No. Per eseguire il patcher serve solo un modo per accedere all'Homebrew Launcher, non importa se tramite un exploit nel browser, Haxchi o Coldboot Haxchi" + } + ] + } +} From 99d0894484147e6392439274906ad7a3a1c4ba72 Mon Sep 17 00:00:00 2001 From: Montelion Date: Fri, 1 May 2020 23:33:36 +0200 Subject: [PATCH 18/25] Changed the translation for Connecting to make it fit in one line --- locales/IT_it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/IT_it.json b/locales/IT_it.json index 8c765da..452ad34 100644 --- a/locales/IT_it.json +++ b/locales/IT_it.json @@ -1,7 +1,7 @@ { "nav": { "faq": "FAQ", - "connecting": "Come connettersi" + "connecting": "Connettersi" }, "home": { "header": { From 17cb4473f64d2b7916aa68fe110c56f1e5b719f5 Mon Sep 17 00:00:00 2001 From: Montelion Date: Fri, 1 May 2020 23:35:19 +0200 Subject: [PATCH 19/25] Update IT_it.json --- locales/IT_it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/IT_it.json b/locales/IT_it.json index 452ad34..5c13153 100644 --- a/locales/IT_it.json +++ b/locales/IT_it.json @@ -77,7 +77,7 @@ "text": "Copyright 2020 PretendoNetwork - Sito sviluppato e progettato da mrjvs, ben e jip" }, "connecting": { - "title": "Connessione", + "title": "Connettersi", "text": "PretendoNetwork non è ancora utilizzabile dal pubblico. Quando la rete diventerà pubblica, qui ci saranno le istruzioni per connettersi alla rete" }, "cemu": { From dcf51200b74abcdc1747a434498e2b870d170980 Mon Sep 17 00:00:00 2001 From: Montelion Date: Sat, 2 May 2020 00:50:46 +0200 Subject: [PATCH 20/25] Now the Cemu page uses the right text --- views/cemu.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/cemu.hbs b/views/cemu.hbs index 731315b..dffd076 100644 --- a/views/cemu.hbs +++ b/views/cemu.hbs @@ -12,10 +12,10 @@

{{ locale.cemu.title }}

-

{{ locale.connecting.text }}

+

{{ locale.cemu.text }}

{{> footer-default }} - \ No newline at end of file + From bec8c98cffba33690a3f86a33446ae38b172ae2b Mon Sep 17 00:00:00 2001 From: Montelion Date: Sat, 2 May 2020 00:58:37 +0200 Subject: [PATCH 21/25] Fixed links --- views/faq.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/faq.hbs b/views/faq.hbs index 94a5d80..0033061 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -17,8 +17,8 @@
{{#each locale.faq.qna}}
- {{question}} -

{{answer}}

+ {{{question}}} +

{{{answer}}}

{{/each}}
From 71482dd6f3a57f4bd921cfa86dfdc292df1777ad Mon Sep 17 00:00:00 2001 From: Montelion Date: Sat, 2 May 2020 01:04:06 +0200 Subject: [PATCH 22/25] Replaced Pretendo with PretendoNetwork Replaced Pretendo with PretendoNetwork, to avoid confusion, as Pretendo is a conjugation of the Italian verb "pretendere", to demand. --- locales/IT_it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/IT_it.json b/locales/IT_it.json index 5c13153..9368bdd 100644 --- a/locales/IT_it.json +++ b/locales/IT_it.json @@ -93,7 +93,7 @@ }, { "question": "Come si usa PretendoNetwork?", - "answer": "Pretendo non è ancora pronta per essere utilizzata dal pubblico. Quando lo sarà, per usare PretendoNetwork basterà eseguire il nostro patcher tramite homebrew sulla tua console" + "answer": "PretendoNetwork non è ancora pronta per essere utilizzata dal pubblico. Quando lo sarà, per usare PretendoNetwork basterà eseguire il nostro patcher tramite homebrew sulla tua console" }, { "question": "Quando sarà pronto XYZ?", From c625403c0bf1cdaa9e412753947999f1fdf76ae8 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Sun, 3 May 2020 12:24:03 +0200 Subject: [PATCH 23/25] Oxford comma and uppercase names --- locales/US_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/US_en.json b/locales/US_en.json index 2a4df42..32ed7c7 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -74,7 +74,7 @@ ] }, "footer": { - "text": "Copyright 2020 PretendoNetwork - Site designed and developed by mrjvs, ben and jip" + "text": "Copyright 2020 PretendoNetwork - Site designed and developed by mrjvs, Ben, and Jip" }, "connecting": { "title": "Connecting", From 8b136414b61a53f1960a77e337b7cb3aca0eee2c Mon Sep 17 00:00:00 2001 From: Montelion Date: Sun, 3 May 2020 13:49:52 +0200 Subject: [PATCH 24/25] Uppercase names Note: I didn't put the Oxford comma as it isn't common use in Italian. --- locales/IT_it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/IT_it.json b/locales/IT_it.json index 9368bdd..eb2dc63 100644 --- a/locales/IT_it.json +++ b/locales/IT_it.json @@ -74,7 +74,7 @@ ] }, "footer": { - "text": "Copyright 2020 PretendoNetwork - Sito sviluppato e progettato da mrjvs, ben e jip" + "text": "Copyright 2020 PretendoNetwork - Sito sviluppato e progettato da mrjvs, Ben e Jip" }, "connecting": { "title": "Connettersi", From 9b5181a9b76fdbd0508d61d5776c522c6a116863 Mon Sep 17 00:00:00 2001 From: Montelion Date: Sun, 3 May 2020 22:04:31 +0200 Subject: [PATCH 25/25] Update IT_it.json --- locales/IT_it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/IT_it.json b/locales/IT_it.json index eb2dc63..5e9538a 100644 --- a/locales/IT_it.json +++ b/locales/IT_it.json @@ -15,7 +15,7 @@ }, "credits": { "caption": "Le persone responsabili", - "title": "Crediti", + "title": "Riconoscimenti", "people": [ { "name": "Jonathan Barrow (RedDucks)",