Skip to content

Commit 0b55d50

Browse files
committed
Updating the Chinese names of the Chinese languages.
Previous names referred to geographic locations; new ones are to the style of characters.
1 parent b15d136 commit 0b55d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Preferences.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public class Preferences {
114114
String[] languages = {
115115
_("System Default"),
116116
"Català" + " (" + _("Catalan") + ")",
117-
"大陆简体" + " (" + _("Chinese Simplified") + ")",
118-
"台灣正體" + " (" + _("Chinese Traditional") + ")",
117+
"简体中文" + " (" + _("Chinese Simplified") + ")",
118+
"繁體中文" + " (" + _("Chinese Traditional") + ")",
119119
"Dansk" + " (" + _("Danish") + ")",
120120
"Nederlands" + " (" + _("Dutch") + ")",
121121
"English" + " (" + _("English") + ")",

0 commit comments

Comments
 (0)