forked from I2P_Developers/i2p.i2p
Fixed language names in routerconsole
This commit is contained in:
@ -86,11 +86,11 @@ public class ConfigUIHelper extends HelperBase {
|
||||
{ "it", "it", _x("Italian"), null },
|
||||
{ "ja", "jp", _x("Japanese"), null },
|
||||
{ "nb", "nl", _x("Dutch"), null },
|
||||
{ "nl", "no", _x("Norwewgian Bokmaal"), null },
|
||||
{ "nl", "no", _x("Norwegian Bokmaal"), null },
|
||||
{ "pl", "pl", _x("Polish"), null },
|
||||
{ "pt", "pt", _x("Portuguese"), null },
|
||||
{ "pt_BR", "br", _x("Portuguese"), "Brazil" },
|
||||
{ "ro", "ro", _x("Romainian"), null },
|
||||
{ "ro", "ro", _x("Romanian"), null },
|
||||
{ "ru", "ru", _x("Russian"), null },
|
||||
{ "sv", "se", _x("Swedish"), null },
|
||||
{ "tr", "tr", _x("Turkish"), null },
|
||||
|
Reference in New Issue
Block a user