mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
change gui/app/services/i18n.js
This commit is contained in:
parent
b9cb99e3bb
commit
848afd3263
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ export default Service.extend({
|
|||
case "fr-FR":
|
||||
str = this.langs.frFR[key];
|
||||
break;
|
||||
case "ja-JP":
|
||||
str = this.langs.jaJP[key];
|
||||
break;
|
||||
}
|
||||
|
||||
if (_.isUndefined(str)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue