mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
add Greek translation
This commit is contained in:
@@ -56,11 +56,12 @@ public class Language {
|
||||
final String[] SUPPORTED = {
|
||||
"de", // de, German, Deutsch
|
||||
"en", // en, English, English
|
||||
"el", // el, Greek
|
||||
"es", // es, Spanish
|
||||
"fr", // fr, French, Français, Langue française
|
||||
"ja", // ja, Japanese
|
||||
"nl", // nl, Dutch, Nederlands
|
||||
"pt", //pt, Portuguese
|
||||
"pt", // pt, Portuguese
|
||||
};
|
||||
|
||||
for (String code : SUPPORTED) {
|
||||
|
||||
Reference in New Issue
Block a user