1
0
Fork 0
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:
uchida-nunet 2023-02-11 12:51:59 +09:00
parent b9cb99e3bb
commit 848afd3263

View file

@ -54,6 +54,9 @@ export default Service.extend({
case "fr-FR": case "fr-FR":
str = this.langs.frFR[key]; str = this.langs.frFR[key];
break; break;
case "ja-JP":
str = this.langs.jaJP[key];
break;
} }
if (_.isUndefined(str)) { if (_.isUndefined(str)) {