diff options
Diffstat (limited to 'src/Messages.sh')
-rwxr-xr-x | src/Messages.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Messages.sh b/src/Messages.sh new file mode 100755 index 00000000..c467e945 --- /dev/null +++ b/src/Messages.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Extract strings from all source files. +# EXTRACT_TR_STRINGS extracts strings with lupdate and convert them to .pot with +# lconvert. +$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -o -name \*.ui -o -name \*.qml` -o $podir/kconfig5_qt.pot |