[i18n] Add norwegian Bokmal (nb) translation
parent
ce0fcbaa2f
commit
f8a1c8f4a3
|
@ -33,6 +33,8 @@
|
||||||
- Add created-, modified-, finished- and finish_date queryset filters
|
- Add created-, modified-, finished- and finish_date queryset filters
|
||||||
- Support exact match, gt, gte, lt, lte
|
- Support exact match, gt, gte, lt, lte
|
||||||
- added issues, tasks and userstories accordingly
|
- added issues, tasks and userstories accordingly
|
||||||
|
- i18n:
|
||||||
|
- Add norwegian Bokmal (nb) translation.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
- [API] Improve performance of some calls over list.
|
- [API] Improve performance of some calls over list.
|
||||||
|
|
|
@ -124,7 +124,7 @@ LANGUAGES = [
|
||||||
#("mn", "Монгол"), # Mongolian
|
#("mn", "Монгол"), # Mongolian
|
||||||
#("mr", "मराठी"), # Marathi
|
#("mr", "मराठी"), # Marathi
|
||||||
#("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
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue