Skip to content

Commit 44573fc

Browse files
author
David Cuartielles
committed
added a couple of languags
1 parent 1908613 commit 44573fc

28 files changed

+11671
-685
lines changed

app/src/processing/app/11418.po

Lines changed: 1517 additions & 0 deletions
Large diffs are not rendered by default.

app/src/processing/app/11418.properties

Whitespace-only changes.

app/src/processing/app/Preferences.java

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,59 +86,69 @@ public class Preferences {
8686
"Català" + " (" + _("Catalan") + ")",
8787
"简体中文" + " (" + _("Chinese Simplified") + ")",
8888
"繁體中文" + " (" + _("Chinese Traditional") + ")",
89+
"Hrvatski Jezik" + " (" + _("Croatian") + ")",
8990
"Dansk" + " (" + _("Danish") + ")",
9091
"Nederlands" + " (" + _("Dutch") + ")",
9192
"English" + " (" + _("English") + ")",
9293
"Eesti" + " (" + _("Estonian") + ")",
93-
"Français" + " (" + _("French") + ")",
9494
"Pilipino" + " (" + _("Filipino") + ")",
95+
"Français" + " (" + _("French") + ")",
9596
"Galego" + " (" + _("Galician") + ")",
9697
"Deutsch" + " (" + _("German") + ")",
9798
"ελληνικά" + " (" + _("Greek") + ")",
99+
"Magyar" + " (" + _("Hindi") + ")",
98100
"Magyar" + " (" + _("Hungarian") + ")",
99101
"Bahasa Indonesia" + " (" + _("Indonesian") + ")",
100102
"Italiano" + " (" + _("Italian") + ")",
101103
"日本語" + " (" + _("Japanese") + ")",
102104
"한국어" + " (" + _("Korean") + ")",
103105
"Latviešu" + " (" + _("Latvian") + ")",
104106
"Lietuvių Kalba" + " (" + _("Lithuaninan") + ")",
107+
"मराठी" + " (" + _("Marathi") + ")",
108+
"Norsk" + " (" + _("Norwegian") + ")",
105109
"فارسی" + " (" + _("Persian") + ")",
106110
"Język Polski" + " (" + _("Polish") + ")",
107111
"Português" + " (" + _("Portuguese") + " - Brazil)",
108112
"Português" + " (" + _("Portuguese") + " - Portugal)",
109113
"Română" + " (" + _("Romanian") + ")",
110114
"Русский" + " (" + _("Russian") + ")",
111-
"Español" + " (" + _("Spanish") + ")"};
115+
"Español" + " (" + _("Spanish") + ")",
116+
"தமிழ்" + " (" + _("Tamil") + ")"};
112117
String[] languagesISO = {
113118
"",
114119
"ar",
115120
"an",
116121
"ca",
117122
"zh_cn",
118123
"zh_tw",
124+
"hr",
119125
"da",
120126
"nl",
121127
"en",
122128
"et",
123-
"fr",
124129
"tl",
130+
"fr",
125131
"gl",
126132
"de",
127133
"el",
134+
"hi",
128135
"hu",
129136
"id",
130137
"it",
131138
"ja",
132139
"ko",
133140
"lv",
134141
"lt",
142+
"mr",
143+
"no",
135144
"fa",
136145
"pl",
137146
"pt_br",
138147
"pt_pt",
139148
"ro",
140149
"ru",
141-
"es"};
150+
"es",
151+
"ta"};
142152

143153
/**
144154
* Standardized width for buttons. Mac OS X 10.3 wants 70 as its default,

0 commit comments

Comments
 (0)