File tree 5 files changed +5
-5
lines changed
arduino-core/src/processing/app/i18n
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python2
2
2
#vim:set fileencoding=utf-8 sw=2 expandtab
3
3
4
4
from transifex import Transifex
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python2
2
2
#vim:set fileencoding=utf-8 sw=2 expandtab
3
3
4
4
from transifex import Transifex
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python2
2
2
#vim:set fileencoding=utf-8 sw=2 expandtab
3
3
4
4
import update
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python2
2
2
#vim:set fileencoding=utf-8 sw=2 expandtab
3
3
4
4
def unquote (s ):
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ catalog()
28
28
update ()
29
29
{
30
30
echo -e " Updating $1 ...\c"
31
- cat " $catalog " | python python/update.py " $1 "
31
+ cat " $catalog " | python2 python/update.py " $1 "
32
32
msgcat -p " $1 " > $( basename " $1 " .po) .properties
33
33
# msgcat may complain about "CHARSET" if you didn't replace "CHARSET" with
34
34
# your correct charset.
You can’t perform that action at this time.
0 commit comments