mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +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 = {
|
||||
_("System Default"),
|
||||
"Català" + " (" + _("Catalan") + ")",
|
||||
"大陆简体" + " (" + _("Chinese Simplified") + ")",
|
||||
"台灣正體" + " (" + _("Chinese Traditional") + ")",
|
||||
"简体中文" + " (" + _("Chinese Simplified") + ")",
|
||||
"繁體中文" + " (" + _("Chinese Traditional") + ")",
|
||||
"Dansk" + " (" + _("Danish") + ")",
|
||||
"Nederlands" + " (" + _("Dutch") + ")",
|
||||
"English" + " (" + _("English") + ")",
|
||||
|
Reference in New Issue
Block a user