add French support (pull #2965)

This commit is contained in:
Ben Fry
2014-08-01 08:14:25 -04:00
parent 818e22db1b
commit 964c535b03
2 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public class Language {
"de", // de, German, Deutsch
"en", // en, English, English
"es", // es, Spanish
"fr", // fr, French, Français, Langue française
"ja", // ja, Japanese
"nl", // nl, Dutch, Nederlands
};

View File

@@ -24,6 +24,8 @@ X support for Spanish
X https://github.com/processing/processing/pull/2691
X support for Dutch
X https://github.com/processing/processing/pull/2694
X support for French
X https://github.com/processing/processing/pull/2695
pending