diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-20 23:02:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-20 23:02:49 +0200 |
commit | 7035a202eecf200ba15d9118774f89ec680bfa49 (patch) | |
tree | 809f97e6166170e4e1648a73cf74cc527b2c2655 /Messages.sh | |
parent | 3d97a3b4beadf3304c732e66e44d561b08e6bbe5 (diff) | |
download | kube-7035a202eecf200ba15d9118774f89ec680bfa49.tar.gz kube-7035a202eecf200ba15d9118774f89ec680bfa49.zip |
Added Messages.sh file
Diffstat (limited to 'Messages.sh')
-rwxr-xr-x | Messages.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Messages.sh b/Messages.sh new file mode 100755 index 00000000..5f078d79 --- /dev/null +++ b/Messages.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # call xgettext on all source files. | ||
4 | $EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/kube.pot | ||