mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
update script for translation files
This commit is contained in:
parent
9242170d8d
commit
83eff76c77
@ -96,7 +96,10 @@ if [ -n "$exclude" -o -n "$add" ]; then
|
||||
fi
|
||||
echo Updating python translations
|
||||
cd python
|
||||
pylupdate4 console/console.py utils.py -ts python-i18n.ts
|
||||
pylupdate4 console/console.py \
|
||||
console/console_sci.py \
|
||||
console/console_editor.py \
|
||||
console/console_output.py utils.py -ts python-i18n.ts
|
||||
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
|
||||
rm python-i18n.ts
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user