[Fix] Use key if missing

This commit is contained in:
Robert von Burg 2017-03-08 16:34:42 +01:00 committed by GitHub
parent 4421f799ad
commit 1bdbc92f42
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
// load the language resource of the configured language
this.language = strolchLocalLanguage;
this.useKeyIfMissing = true;
this.loadResources(strolchLocalResourceUrl);
}
};