mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-22 08:22:04 +03:00
Fixed case for Russian language to fit the rest of the languages
This commit is contained in:
@ -99,7 +99,7 @@ public class Preferences {
|
|||||||
"فارسی" + " (" + _("Persian") + ")",
|
"فارسی" + " (" + _("Persian") + ")",
|
||||||
"Português" + " (" + _("Portuguese") + ")",
|
"Português" + " (" + _("Portuguese") + ")",
|
||||||
"Română" + " (" + _("Romanian") + ")",
|
"Română" + " (" + _("Romanian") + ")",
|
||||||
"русский" + " (" + _("Russian") + ")",
|
"Русский" + " (" + _("Russian") + ")",
|
||||||
"Español" + " (" + _("Spanish") + ")"};
|
"Español" + " (" + _("Spanish") + ")"};
|
||||||
String[] languagesISO = {
|
String[] languagesISO = {
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user