提交 84211576 编写于 作者: S Skylot

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

上级 553f5b06
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册