[i18n] Added new locales: de, nl

remotes/origin/enhancement/email-actions
David Barragán Merino 2015-06-10 09:50:42 +02:00
parent acbd253420
commit ec0a88dd08
4 changed files with 6057 additions and 2 deletions

View File

@ -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.

View File

@ -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