Skip to content

Commit 744314d

Browse files
committed
adjust translation update script to reflect changes for console
1 parent b30bf98 commit 744314d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_ts_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [ -n "$exclude" -o -n "$add" ]; then
9696
fi
9797
echo Updating python translations
9898
cd python
99-
pylupdate4 console.py utils.py -ts python-i18n.ts
99+
pylupdate4 console/console.py utils.py -ts python-i18n.ts
100100
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
101101
rm python-i18n.ts
102102
cd ..

0 commit comments

Comments
 (0)