mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Updating the Chinese names of the Chinese languages.
Previous names referred to geographic locations; new ones are to the style of characters.
This commit is contained in:
@ -114,8 +114,8 @@ public class Preferences {
|
|||||||
String[] languages = {
|
String[] languages = {
|
||||||
_("System Default"),
|
_("System Default"),
|
||||||
"Català" + " (" + _("Catalan") + ")",
|
"Català" + " (" + _("Catalan") + ")",
|
||||||
"大陆简体" + " (" + _("Chinese Simplified") + ")",
|
"简体中文" + " (" + _("Chinese Simplified") + ")",
|
||||||
"台灣正體" + " (" + _("Chinese Traditional") + ")",
|
"繁體中文" + " (" + _("Chinese Traditional") + ")",
|
||||||
"Dansk" + " (" + _("Danish") + ")",
|
"Dansk" + " (" + _("Danish") + ")",
|
||||||
"Nederlands" + " (" + _("Dutch") + ")",
|
"Nederlands" + " (" + _("Dutch") + ")",
|
||||||
"English" + " (" + _("English") + ")",
|
"English" + " (" + _("English") + ")",
|
||||||
|
Reference in New Issue
Block a user