Skip to content

Commit 7b9c4c5

Browse files
author
David Cuartielles
committed
reviewed language files
1 parent 36de269 commit 7b9c4c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4792
-2609
lines changed

app/src/processing/app/Preferences.java

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,15 @@ public class Preferences {
8181

8282
String[] languages = {
8383
_("System Default"),
84+
"العربية" + " (" + _("Arabic") + ")",
85+
"Aragonés" + " (" + _("Aragonese") + ")",
8486
"Català" + " (" + _("Catalan") + ")",
8587
"简体中文" + " (" + _("Chinese Simplified") + ")",
8688
"繁體中文" + " (" + _("Chinese Traditional") + ")",
8789
"Dansk" + " (" + _("Danish") + ")",
8890
"Nederlands" + " (" + _("Dutch") + ")",
8991
"English" + " (" + _("English") + ")",
92+
"Eesti" + " (" + _("Estonian") + ")",
9093
"Français" + " (" + _("French") + ")",
9194
"Pilipino" + " (" + _("Filipino") + ")",
9295
"Galego" + " (" + _("Galician") + ")",
@@ -95,20 +98,27 @@ public class Preferences {
9598
"Magyar" + " (" + _("Hungarian") + ")",
9699
"Italiano" + " (" + _("Italian") + ")",
97100
"日本語" + " (" + _("Japanese") + ")",
101+
"한국어" + " (" + _("Korean") + ")",
98102
"Latviešu" + " (" + _("Latvian") + ")",
103+
"Lietuvių Kalba" + " (" + _("Lithuaninan") + ")",
99104
"فارسی" + " (" + _("Persian") + ")",
100-
"Português" + " (" + _("Portuguese") + ")",
105+
"Język Polski" + " (" + _("Polish") + ")",
106+
"Português" + " (" + _("Portuguese") + " - Brazil)",
107+
"Português" + " (" + _("Portuguese") + " - Portugal)",
101108
"Română" + " (" + _("Romanian") + ")",
102109
"Русский" + " (" + _("Russian") + ")",
103110
"Español" + " (" + _("Spanish") + ")"};
104111
String[] languagesISO = {
105112
"",
113+
"ar",
114+
"an",
106115
"ca",
107116
"zh_cn",
108117
"zh_tw",
109118
"da",
110119
"nl",
111120
"en",
121+
"et",
112122
"fr",
113123
"tl",
114124
"gl",
@@ -117,9 +127,13 @@ public class Preferences {
117127
"hu",
118128
"it",
119129
"ja",
130+
"ko",
120131
"lv",
132+
"lt",
121133
"fa",
134+
"pl",
122135
"pt_br",
136+
"pt_pt",
123137
"ro",
124138
"ru",
125139
"es"};

0 commit comments

Comments
 (0)