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:
parent
5de1b7a92e
commit
0030418707
4 changed files with 761 additions and 1 deletions
|
@ -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(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue