Skip to content

Commit e0d3a36

Browse files
authored
Changed the game name "Sonic World Adventure" to "Sonic Unleashed" in Japanese installer introduction text (#557)
* Update locale.cpp Changed Japanese installer introduction text. * Moved line break location and changed "北米" to US * Reverting US to 北米 and capitalizing the game name
1 parent 44b864e commit e0d3a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnleashedRecomp/locale/locale.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
304304
"Installer_Page_Introduction",
305305
{
306306
{ ELanguage::English, "Welcome to\nUnleashed Recompiled!\n\nYou'll need an Xbox 360 copy\nof Sonic Unleashed in order to proceed with the installation." },
307-
{ ELanguage::Japanese, "Unleashed Recompiledへようこそ!\nインストールにはXbox 360[版:ばん]\nソニック ワールドアドベンチャー」\nが必要です" },
307+
{ ELanguage::Japanese, "Unleashed Recompiledへようこそ!\nインストールには\n[北米版:ほくべいばん]またはEU[版:ばん]のXbox 360[用:よう]\nSONIC UNLEASHED」が[必要:ひつよう]です" },
308308
{ ELanguage::German, "Willkommen zu\nUnleashed Recompiled!\nEs wird eine Xbox 360 Kopie von Sonic Unleashed benötigt um mit der Installation fortfahren zu können." },
309309
{ ELanguage::French, "Bienvenue sur\nUnleashed Recompiled !\n\nVous aurez besoin d'une copie de Sonic Unleashed pour Xbox\n360 pour procéder à l'installation." },
310310
{ ELanguage::Spanish, "¡Bienvenido a\nUnleashed Recompiled!\n\nNecesitas una copia de\nSonic Unleashed de Xbox 360\npara continuar con la instalación." },

0 commit comments

Comments
 (0)