mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-28 02:52:42 +00:00
feat(localization): Add German language translation (#741)
* Add german translation * Adjust german localization * Adjust js_finished_reading in german localization * Mention this change in CHANGELOG.md * Add test for German localization * Update lib/localization/locales/de.json Co-authored-by: Florian Lehner <florianl@users.noreply.github.com> Signed-off-by: Martin <31348196+Earl0fPudding@users.noreply.github.com> * Remove duplicate "leider" in lib/localization/locales/de.json Co-authored-by: Florian Lehner <florianl@users.noreply.github.com> Signed-off-by: Martin <31348196+Earl0fPudding@users.noreply.github.com> * Update lib/localization/locales/de.json Co-authored-by: Florian Lehner <florianl@users.noreply.github.com> Signed-off-by: Martin <31348196+Earl0fPudding@users.noreply.github.com> * Update lib/localization/locales/de.json Co-authored-by: Florian Lehner <florianl@users.noreply.github.com> Signed-off-by: Martin <31348196+Earl0fPudding@users.noreply.github.com> --------- Signed-off-by: Martin <31348196+Earl0fPudding@users.noreply.github.com> Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Florian Lehner <florianl@users.noreply.github.com> Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"supportedLanguages": ["en", "fr", "es", "pt-BR"]
|
||||
"supportedLanguages": ["en", "fr", "es", "pt-BR", "de"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user