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