Didn't notice "nb" (Bokmal) missing, too!
This commit is contained in:
parent
a1a2db5667
commit
c3d9dc0bf5
1 changed files with 2 additions and 1 deletions
|
|
@ -281,8 +281,8 @@ enum {
|
|||
LANG_KO, /* Korean */
|
||||
LANG_LT, /* Lithuanian */
|
||||
LANG_MS, /* Malay */
|
||||
LANG_NL, /* Dutch */
|
||||
LANG_NB, /* Norwegian Bokmal */
|
||||
LANG_NL, /* Dutch */
|
||||
LANG_NN, /* Norwegian Nynorsk */
|
||||
LANG_PL, /* Polish */
|
||||
LANG_PT_BR, /* Portuguese (Brazilian) */
|
||||
|
|
@ -319,6 +319,7 @@ const char * lang_prefixes[NUM_LANGS] = {
|
|||
"ko",
|
||||
"lt",
|
||||
"ms",
|
||||
"nb",
|
||||
"nl",
|
||||
"nn",
|
||||
"pl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue