[i18n] Added new locales: de, nl
parent
acbd253420
commit
ec0a88dd08
|
@ -8,6 +8,9 @@
|
||||||
- Add sitemap of taiga-front (the web client).
|
- Add sitemap of taiga-front (the web client).
|
||||||
- Search by reference (thanks to [@artlepool](https://github.com/artlepool))
|
- Search by reference (thanks to [@artlepool](https://github.com/artlepool))
|
||||||
- Add call 'by_username' to the API resource User
|
- Add call 'by_username' to the API resource User
|
||||||
|
- i18n.
|
||||||
|
- Add deutsch (de) translation.
|
||||||
|
- Add nederlands (nl) translation.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
- Lots of small and not so small bugfixes.
|
- Lots of small and not so small bugfixes.
|
||||||
|
|
|
@ -78,7 +78,7 @@ LANGUAGES = [
|
||||||
#("cs", "Čeština"), # Czech
|
#("cs", "Čeština"), # Czech
|
||||||
#("cy", "Cymraeg"), # Welsh
|
#("cy", "Cymraeg"), # Welsh
|
||||||
#("da", "Dansk"), # Danish
|
#("da", "Dansk"), # Danish
|
||||||
#("de", "Deutsch"), # German
|
("de", "Deutsch"), # German
|
||||||
#("el", "Ελληνικά"), # Greek
|
#("el", "Ελληνικά"), # Greek
|
||||||
("en", "English (US)"), # English
|
("en", "English (US)"), # English
|
||||||
#("en-au", "English (Australia)"), # Australian English
|
#("en-au", "English (Australia)"), # Australian English
|
||||||
|
@ -122,7 +122,7 @@ LANGUAGES = [
|
||||||
#("my", "မြန်မာ"), # Burmese
|
#("my", "မြန်မာ"), # Burmese
|
||||||
#("nb", "Norsk (bokmål)"), # Norwegian Bokmal
|
#("nb", "Norsk (bokmål)"), # Norwegian Bokmal
|
||||||
#("ne", "नेपाली"), # Nepali
|
#("ne", "नेपाली"), # Nepali
|
||||||
#("nl", "Nederlands"), # Dutch
|
("nl", "Nederlands"), # Dutch
|
||||||
#("nn", "Norsk (nynorsk)"), # Norwegian Nynorsk
|
#("nn", "Norsk (nynorsk)"), # Norwegian Nynorsk
|
||||||
#("os", "Ирон æвзаг"), # Ossetic
|
#("os", "Ирон æвзаг"), # Ossetic
|
||||||
#("pa", "ਪੰਜਾਬੀ"), # Punjabi
|
#("pa", "ਪੰਜਾਬੀ"), # Punjabi
|
||||||
|
|
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