I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c59603d3 authored by zzz's avatar zzz
Browse files

fix swapped Dutch and Norwegian on /configui

parent 3ab149a3
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,8 @@ public class ConfigUIHelper extends HelperBase { ...@@ -85,8 +85,8 @@ public class ConfigUIHelper extends HelperBase {
{ "hu", "hu", _x("Hungarian"), null }, { "hu", "hu", _x("Hungarian"), null },
{ "it", "it", _x("Italian"), null }, { "it", "it", _x("Italian"), null },
{ "ja", "jp", _x("Japanese"), null }, { "ja", "jp", _x("Japanese"), null },
{ "nb", "nl", _x("Dutch"), null }, { "nl", "nl", _x("Dutch"), null },
{ "nl", "no", _x("Norwegian Bokmaal"), null }, { "nb", "no", _x("Norwegian Bokmaal"), null },
{ "pl", "pl", _x("Polish"), null }, { "pl", "pl", _x("Polish"), null },
{ "pt", "pt", _x("Portuguese"), null }, { "pt", "pt", _x("Portuguese"), null },
{ "pt_BR", "br", _x("Portuguese"), "Brazil" }, { "pt_BR", "br", _x("Portuguese"), "Brazil" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment