We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcafc87 commit 6179b15Copy full SHA for 6179b15
arduino-core/src/processing/app/i18n/pull.sh
@@ -31,7 +31,7 @@ if [ "$langs" = "" ]; then
31
fi
32
33
34
-python python/pull.py $langs
+python2 python/pull.py $langs
35
36
if [ "$ALL" = "y" ]; then
37
# We must do this until java Locale class is updated...
0 commit comments