[i18n] Add locales ja nad zh-Hans
parent
6d4a4cca9b
commit
e215fa4147
|
@ -8,6 +8,9 @@
|
|||
- Memberships API endpoints now allows using usernames and emails instead of using only emails.
|
||||
- Contacts API search by free text: consulting the username, full name and email.
|
||||
- Ability to create rich text custom fields in Epics, User Stories, Tasks and Isues.
|
||||
- i18n:
|
||||
- Add japanese (ja) translation.
|
||||
- Add chinese simplified (zh-Hans) translation.
|
||||
|
||||
### Misc
|
||||
- API:
|
||||
|
|
|
@ -110,7 +110,7 @@ LANGUAGES = [
|
|||
#("io", "IDO"), # Ido
|
||||
#("is", "Íslenska"), # Icelandic
|
||||
("it", "Italiano"), # Italian
|
||||
#("ja", "日本語"), # Japanese
|
||||
("ja", "日本語"), # Japanese
|
||||
#("ka", "ქართული"), # Georgian
|
||||
#("kk", "Қазақша"), # Kazakh
|
||||
#("km", "ភាសាខ្មែរ"), # Khmer
|
||||
|
@ -151,7 +151,7 @@ LANGUAGES = [
|
|||
#("uk", "Українська"), # Ukrainian
|
||||
#("ur", "اردو"), # Urdu
|
||||
#("vi", "Tiếng Việt"), # Vietnamese
|
||||
#("zh-hans", "中文(简体)"), # Simplified Chinese
|
||||
("zh-hans", "中文(简体)"), # Simplified Chinese
|
||||
("zh-hant", "中文(香港)"), # Traditional Chinese
|
||||
]
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue