Skip to content

Commit 2df086b

Browse files
author
David Cuartielles
committed
modifier Preferences.java to include Indonesian
1 parent 57ff273 commit 2df086b

File tree

2 files changed

+2
-872
lines changed

2 files changed

+2
-872
lines changed

app/src/processing/app/Preferences.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public class Preferences {
9696
"Deutsch" + " (" + _("German") + ")",
9797
"ελληνικά" + " (" + _("Greek") + ")",
9898
"Magyar" + " (" + _("Hungarian") + ")",
99+
"Bahasa Indonesia" + " (" + _("Indonesian") + ")",
99100
"Italiano" + " (" + _("Italian") + ")",
100101
"日本語" + " (" + _("Japanese") + ")",
101102
"한국어" + " (" + _("Korean") + ")",
@@ -125,6 +126,7 @@ public class Preferences {
125126
"de",
126127
"el",
127128
"hu",
129+
"id",
128130
"it",
129131
"ja",
130132
"ko",

0 commit comments

Comments
 (0)