Skip to content

Commit

Permalink
Merge pull request #2378 from uProxy/lucyhe-newstrings
Browse files Browse the repository at this point in the history
Re-add in language resources (deleted by accident).
  • Loading branch information
lucyhe committed Apr 20, 2016
2 parents 1090cc7 + 2caceda commit 250bb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generic_ui/scripts/translator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function createI18nDictionary(sourceFile :MessageResource): IResourceStoreKey {

window.i18nResources = {};
i18next.init({
resStore: window.i18nResources,
fallbackLng: 'en'
});

Expand Down

0 comments on commit 250bb0e

Please sign in to comment.