Skip to content

Commit

Permalink
BaseL10n: fix Bokmål slug
Browse files Browse the repository at this point in the history
Thanks to vwoodzell for the report.
  • Loading branch information
Thynix committed Nov 23, 2015
1 parent ce5f625 commit da9e202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/l10n/BaseL10n.java
Expand Up @@ -51,7 +51,7 @@ public enum LANGUAGE {
FINNISH("fi", "Suomi", "fin", new String[] { "WINDOWS040B"}),
FRENCH("fr", "Français", "fra", new String[] { "WINDOWS040C", "WINDOWS080C", "WINDOWS0C0C", "WINDOWS100C", "WINDOWS140C", "WINDOWS180C"}),
ITALIAN("it", "Italiano", "ita", new String[] { "WINDOWS0410", "WINDOWS0810"}),
NORWEGIAN("no", "Norsk", "nor", new String[] { "WINDOWS0414", "WINDOWS0814"}),
NORWEGIAN("nb-no", "Bokmål", "nob", new String[] { "WINDOWS0414", "WINDOWS0814"}),
POLISH("pl", "Polski", "pol", new String[] { "WINDOWS0415"}),
SWEDISH("sv", "Svenska", "swe", new String[] { "WINDOWS041D", "WINDOWS081D"}),
CHINESE("zh-cn", "中文(简体)", "chn", new String[] { "WINDOWS0804", "WINDOWS1004" }),
Expand Down

0 comments on commit da9e202

Please sign in to comment.