forked from I2P_Developers/i2p.i2p
fix swapped Dutch and Norwegian on /configui
This commit is contained in:
@ -85,8 +85,8 @@ public class ConfigUIHelper extends HelperBase {
|
||||
{ "hu", "hu", _x("Hungarian"), null },
|
||||
{ "it", "it", _x("Italian"), null },
|
||||
{ "ja", "jp", _x("Japanese"), null },
|
||||
{ "nb", "nl", _x("Dutch"), null },
|
||||
{ "nl", "no", _x("Norwegian Bokmaal"), null },
|
||||
{ "nl", "nl", _x("Dutch"), null },
|
||||
{ "nb", "no", _x("Norwegian Bokmaal"), null },
|
||||
{ "pl", "pl", _x("Polish"), null },
|
||||
{ "pt", "pt", _x("Portuguese"), null },
|
||||
{ "pt_BR", "br", _x("Portuguese"), "Brazil" },
|
||||
|
Reference in New Issue
Block a user