From ea33ce154f7dc6c5576f6d7086a5dab53acbc878 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 1 Mar 2018 13:19:09 +0200 Subject: [PATCH] Add Fallback to English language for missing translations. --- ui/src/app/app.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/app/app.config.js b/ui/src/app/app.config.js index b520c1a9c6..506be17e18 100644 --- a/ui/src/app/app.config.js +++ b/ui/src/app/app.config.js @@ -49,6 +49,7 @@ export default function AppConfig($provide, $translateProvider.useSanitizeValueStrategy(null); $translateProvider.useMissingTranslationHandler('tbMissingTranslationHandler'); $translateProvider.addInterpolation('$translateMessageFormatInterpolation'); + $translateProvider.fallbackLanguage('en_US'); addLocaleKorean(locales); addLocaleChinese(locales);