mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
mod
This commit is contained in:
parent
64261ffcf5
commit
b9cb99e3bb
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue