Skip to content

Commit 01b6df9

Browse files
committed
add Greek translation
1 parent b162c1a commit 01b6df9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/src/processing/app/Language.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ private Language() {
5656
final String[] SUPPORTED = {
5757
"de", // de, German, Deutsch
5858
"en", // en, English, English
59+
"el", // el, Greek
5960
"es", // es, Spanish
6061
"fr", // fr, French, Français, Langue française
6162
"ja", // ja, Japanese
6263
"nl", // nl, Dutch, Nederlands
63-
"pt", //pt, Portuguese
64+
"pt", // pt, Portuguese
6465
};
6566

6667
for (String code : SUPPORTED) {

todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
0230 pde (3.0a3)
2+
X remove toolbar buttons except for start/stop
23

34
gsoc
45
X fixes for mode/tool installation

0 commit comments

Comments
 (0)