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