mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
adjust translation update script to reflect changes for console
This commit is contained in:
parent
b30bf98b40
commit
744314d153
@ -96,7 +96,7 @@ if [ -n "$exclude" -o -n "$add" ]; then
|
||||
fi
|
||||
echo Updating python translations
|
||||
cd python
|
||||
pylupdate4 console.py utils.py -ts python-i18n.ts
|
||||
pylupdate4 console/console.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