Skip to content

Commit 8af4cd2

Browse files
committed
Finalised German localisation
Co-authored-by: Ray Vassos
1 parent fb23056 commit 8af4cd2

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

MarathonRecomp/locale/config_locale.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ CONFIG_DEFINE_LOCALE(LightDash)
248248
{
249249
{ ELanguage::English, { "Light Dash", "Change how Light Dash is activated for Sonic and Shadow." } },
250250
{ ELanguage::Japanese, { "ライトダッシュ", "ソニックとシャドウのライトダッシュの発動方法を変更します" } },
251-
{ ELanguage::German, { "Lichtsprint", "DUMMY" } },
251+
{ ELanguage::German, { "Lichtsprint", "Ändere wie der Lichtsprint von Sonic und Shadow aktiviert wird." } },
252252
{ ELanguage::French, { "Course éclair", "Modifier la façon dont Course éclair est activée pour Sonic et Shadow." } },
253253
{ ELanguage::Spanish, { "Acelerón ligero", "Cambia cómo se activa el acelerón ligero para Sonic y Shadow." } },
254254
{ ELanguage::Italian, { "Super spinta", "Cambia il modo in cui viene attivata la Super spinta per Sonic e Shadow." } }
@@ -304,7 +304,7 @@ CONFIG_DEFINE_LOCALE(SlidingAttack)
304304
{
305305
{ ELanguage::English, { "Sliding Attack", "Change how the Sliding Attack is activated for Sonic." } },
306306
{ ELanguage::Japanese, { "スライディングアタック", "ソニックのスライディングアタックの発動方法を変更します" } },
307-
{ ELanguage::German, { "DUMMY", "DUMMY" } },
307+
{ ELanguage::German, { "Schlitterangriff", "Ändere wie der Schlitterangriff von Sonic aktiviert wird." } },
308308
{ ELanguage::French, { "Attaque-dérapage", "Modifier la façon dont l'Attaque-dérapage est activée pour Sonic." } },
309309
{ ELanguage::Spanish, { "Ataque derrape", "Cambia cómo se activa el ataque derrape para Sonic." } },
310310
{ ELanguage::Italian, { "Scivolata", "Cambia il modo in cui viene attivata la Scivolata per Sonic." } }

MarathonRecomp/locale/locale.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
287287
{
288288
{ ELanguage::English, "The game needs to restart to apply\nthe following changes. OK?\n" },
289289
{ ELanguage::Japanese, "以下の変更を適用するには\nゲームを再起動する必要があります\nよろしいですか?\n" },
290-
{ ELanguage::German, "DUMMY\n" },
290+
{ ELanguage::German, "Das Spiel muss neu gestartet werden um die\nfolgenden Änderungen zu speichern. OK?\n" },
291291
{ ELanguage::French, "Le jeu doit redémarrer pour appliquer\nles modifications suivantes. OK ?\n" },
292292
{ ELanguage::Spanish, "Se necesita reiniciar el juego para\naplicar los siguientes cambios. ¿OK?\n" },
293293
{ ELanguage::Italian, "Il gioco deve essere riavviato per\napplicare le seguenti modifiche. OK?\n" }

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ This project does not plan to support any more platforms other than Windows, Lin
188188

189189
- [Darío](https://github.com/DarioSamo): Creator of the graphics hardware abstraction layer [plume](https://github.com/renderbag/plume), used by the project's graphics backend.
190190

191+
- Ray Vassos: Aided with German localization for the custom menus.
192+
191193
- [ocornut](https://github.com/ocornut): Creator of [Dear ImGui](https://github.com/ocornut/imgui), which is used as the backbone of the custom menus.
192194

193195
- Raymond Chen: Useful resources on Windows application development with his blog ["The Old New Thing"](https://devblogs.microsoft.com/oldnewthing/).

0 commit comments

Comments
 (0)