[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.
|
- 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.
|
- 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.
|
- 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
|
### Misc
|
||||||
- API:
|
- API:
|
||||||
|
|
|
@ -110,7 +110,7 @@ LANGUAGES = [
|
||||||
#("io", "IDO"), # Ido
|
#("io", "IDO"), # Ido
|
||||||
#("is", "Íslenska"), # Icelandic
|
#("is", "Íslenska"), # Icelandic
|
||||||
("it", "Italiano"), # Italian
|
("it", "Italiano"), # Italian
|
||||||
#("ja", "日本語"), # Japanese
|
("ja", "日本語"), # Japanese
|
||||||
#("ka", "ქართული"), # Georgian
|
#("ka", "ქართული"), # Georgian
|
||||||
#("kk", "Қазақша"), # Kazakh
|
#("kk", "Қазақша"), # Kazakh
|
||||||
#("km", "ភាសាខ្មែរ"), # Khmer
|
#("km", "ភាសាខ្មែរ"), # Khmer
|
||||||
|
@ -151,7 +151,7 @@ LANGUAGES = [
|
||||||
#("uk", "Українська"), # Ukrainian
|
#("uk", "Українська"), # Ukrainian
|
||||||
#("ur", "اردو"), # Urdu
|
#("ur", "اردو"), # Urdu
|
||||||
#("vi", "Tiếng Việt"), # Vietnamese
|
#("vi", "Tiếng Việt"), # Vietnamese
|
||||||
#("zh-hans", "中文(简体)"), # Simplified Chinese
|
("zh-hans", "中文(简体)"), # Simplified Chinese
|
||||||
("zh-hant", "中文(香港)"), # Traditional 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