1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
This commit is contained in:
uchida-nunet 2023-02-11 12:43:32 +09:00
parent 64261ffcf5
commit b9cb99e3bb

View file

@ -30,6 +30,9 @@ export default Service.extend({
$.getJSON("/i18n/fr-FR.json", (data) => { $.getJSON("/i18n/fr-FR.json", (data) => {
this.langs.frFR = data; this.langs.frFR = data;
}); });
$.getJSON("/i18n/ja-JP.json", (data) => {
this.langs.jaJP = data;
});
}, },
localize(key, ...args) { localize(key, ...args) {