diff --git a/client/public/locales/de/translation.json b/client/public/locales/de/translation.json index 9efb4cd5..05da8d6d 100644 --- a/client/public/locales/de/translation.json +++ b/client/public/locales/de/translation.json @@ -87,8 +87,9 @@ "Desktop": "Desktop", "<0>If you are considering writing your own game, you should use the <1>GameSkeleton Github Repo1> as a template and read <3>How to Create a Game3>.0><1>You can directly load your games into the server and play it using the correct URL. The <1>instructions above1> also explain the details for how to load your game to the server. We'd like to encourage you to contact us if you have any questions.1>
Featured games on this page are added manually. Please get in contact and we'll happily add yours.
": "", "Level": "", - "Introduction": "", - "Retry proof from here": "", + "Introduction": "Einführung", + "Retry proof from here": "Ab hier erneut versuchen", "Retry": "", - "Failed command": "" + "Failed command": "Befehl fehlgeschlagen", + "view the Lean game server on Github": "Lean game Server auf Github ansehen" } diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json index 68666a65..c968175e 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -90,5 +90,6 @@ "Introduction": "Introduction", "Retry proof from here": "Retry proof from here", "Retry": "Retry", - "Failed command": "Failed command" + "Failed command": "Failed command", + "view the Lean game server on Github": "view the Lean game server on Github" } diff --git a/client/src/components/landing_page.tsx b/client/src/components/landing_page.tsx index be12fc00..0e66fb72 100644 --- a/client/src/components/landing_page.tsx +++ b/client/src/components/landing_page.tsx @@ -22,9 +22,10 @@ import lean4gameConfig from '../config.json' import i18next from 'i18next'; function GithubIcon({url='https://github.com'}) { + let { t } = useTranslation() return