Skip to content

Commit 4744585

Browse files
committed
additional tweak to add Turkish
1 parent c39ff11 commit 4744585

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

app/src/processing/app/Language.java

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,17 @@ private Language() {
8686

8787

8888
static private String[] listSupported() {
89-
// List of languages in alphabetical order.
89+
// List of languages in alphabetical order. (Add yours here.)
9090
final String[] SUPPORTED = {
91-
"de", // de, German, Deutsch
92-
"en", // en, English, English
93-
"el", // el, Greek
94-
"es", // es, Spanish
95-
"fr", // fr, French, Français, Langue française
96-
"ja", // ja, Japanese
97-
"nl", // nl, Dutch, Nederlands
98-
"pt", // pt, Portuguese
91+
"de", // German, Deutsch
92+
"en", // English
93+
"el", // Greek
94+
"es", // Spanish
95+
"fr", // French, Français
96+
"ja", // Japanese
97+
"nl", // Dutch, Nederlands
98+
"pt", // Portuguese
99+
"tr" // Turkish
99100
};
100101
return SUPPORTED;
101102

0 commit comments

Comments
 (0)