1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

add Japanese language support

This commit is contained in:
uchida-nunet 2023-02-11 12:06:29 +09:00
parent 5de1b7a92e
commit 0030418707
4 changed files with 761 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import Service, { inject as service } from '@ember/service';
import $ from 'jquery';
export default Service.extend({
langs: { enUS: [], deDE: [] , zhCN: [], ptBR: [], frFR: [] },
langs: { enUS: [], deDE: [] , zhCN: [], ptBR: [], frFR: [], jaJP: [] },
locales: [],
session: service(),