Skip to content

Commit 1b61c58

Browse files
committed
qtvcp -qtdragon/qtplasmac: add widgets to translation search
At least file_manager cann be translated more to come.
1 parent 57dabe8 commit 1b61c58

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

share/qtvcp/screens/qtdragon/languages/langfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
echo -e '\ncreating language translation file qtdragon_'"$1"'.ts\n'
1212

13-
pylupdate5 ./*.py ../*.py -ts "qtdragon_$1.ts"
13+
pylupdate5 ./*.py ../*.py ../../../../../lib/python/qtvcp/widgets/*.py -ts "qtdragon_$1.ts"

share/qtvcp/screens/qtdragon_hd/languages/langfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
echo -e '\ncreating language translation file qtdragon_hd_'"$1"'.ts\n'
1212

13-
pylupdate5 ./*.py ../*.py -ts "qtdragon_hd_$1.ts"
13+
pylupdate5 ./*.py ../*.py ../../../../../lib/python/qtvcp/widgets/*.py -ts "qtdragon_hd_$1.ts"

share/qtvcp/screens/qtdragon_lathe/languages/langfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ fi
1010

1111
echo -e '\ncreating language translation file qtdragon_lathe_'"$1"'.ts\n'
1212

13-
pylupdate5 ./*.py ../*.py -ts "qtdragon_lathe_$1.ts"
13+
pylupdate5 ./*.py ../*.py ../../../../../lib/python/qtvcp/widgets/*.py -ts "qtdragon_lathe_$1.ts"

share/qtvcp/screens/qtplasmac/languages/langfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ fi
1212

1313
echo -e "\ncreating language translation file qtplasmac_$1.ts\n"
1414

15-
pylupdate5 ./*.py ../*.py ../../../../../lib/python/qtvcp/lib/qtplasmac/*.py -ts "qtplasmac_$1.ts"
15+
pylupdate5 ./*.py ../*.py ../../../../../lib/python/qtvcp/widgets/*.py ../../../../../lib/python/qtvcp/lib/qtplasmac/*.py -ts "qtplasmac_$1.ts"

0 commit comments

Comments
 (0)