Re-enable german translation

This commit is contained in:
Paul Frazee 2024-01-23 20:39:35 -08:00
parent e628556d1f
commit d87c643715
4 changed files with 13 additions and 19 deletions

View file

@ -118,9 +118,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
switch (lang) {
case 'en':
return AppLanguage.en
// DISABLED until this translation is fixed -prf
// case 'de':
// return AppLanguage.de
case 'de':
return AppLanguage.de
case 'es':
return AppLanguage.es
case 'fr':