We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15d136 commit 0b55d50Copy full SHA for 0b55d50
app/src/processing/app/Preferences.java
@@ -114,8 +114,8 @@ public class Preferences {
114
String[] languages = {
115
_("System Default"),
116
"Català" + " (" + _("Catalan") + ")",
117
- "大陆简体" + " (" + _("Chinese Simplified") + ")",
118
- "台灣正體" + " (" + _("Chinese Traditional") + ")",
+ "简体中文" + " (" + _("Chinese Simplified") + ")",
+ "繁體中文" + " (" + _("Chinese Traditional") + ")",
119
"Dansk" + " (" + _("Danish") + ")",
120
"Nederlands" + " (" + _("Dutch") + ")",
121
"English" + " (" + _("English") + ")",
0 commit comments