mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Add Norwegian language
This commit is contained in:
parent
a112b0400e
commit
f729512f53
5 changed files with 434 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue