Add Norwegian language

This commit is contained in:
RayMan 2013-12-17 17:22:05 +04:00
parent a112b0400e
commit f729512f53
5 changed files with 434 additions and 1 deletions

View file

@ -7,6 +7,10 @@ LANG_EN_CA = "English (Canadian)"
LANG_NL = "Nederlands"
LANG_NL_NL = "Nederlands"
LANG_NO = "Norsk (bokmål)"
LANG_NB = "Norsk (bokmål)"
LANG_NB_NO = "Norsk (bokmål)"
LANG_PL = "Polski"
LANG_PL_PL = "Polski"
@ -59,6 +63,10 @@ LANG_EN_CA = "English (Canadian)"
LANG_NL = "Dutch"
LANG_NL_NL = "Dutch"
LANG_NO = "Norwegian (bokmal)"
LANG_NB = "Norwegian (bokmal)"
LANG_NB_NO = "Norwegian (bokmal)"
LANG_PL = "Polish"
LANG_PL_PL = "Polish"