fix(gui): add Deutsch to locales list (#804)

This commit is contained in:
Skylot
2019-12-19 17:20:50 +00:00
parent 553f5b063f
commit 84211576e4
@@ -34,6 +34,7 @@ public class NLS {
LANG_LOCALES.add(new LangLocale("en", "US")); // As default language
LANG_LOCALES.add(new LangLocale("zh", "CN"));
LANG_LOCALES.add(new LangLocale("es", "ES"));
LANG_LOCALES.add(new LangLocale("de", "DE"));
LANG_LOCALES.forEach(NLS::load);