diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-01 18:43:27 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-01 18:43:27 +0100 |
commit | 5bc969434c5988c333eef4f2e970c104b3156031 (patch) | |
tree | baba092f94236688dad72c49c6aef575693cd319 /i18n | |
parent | df80b4866e685b07c0e01613423d63c25ab25dc0 (diff) | |
download | mageiawelcome-5bc969434c5988c333eef4f2e970c104b3156031.tar mageiawelcome-5bc969434c5988c333eef4f2e970c104b3156031.tar.gz mageiawelcome-5bc969434c5988c333eef4f2e970c104b3156031.tar.bz2 mageiawelcome-5bc969434c5988c333eef4f2e970c104b3156031.tar.xz mageiawelcome-5bc969434c5988c333eef4f2e970c104b3156031.zip |
Exclude Icon from translation strings from desktop file
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/update_translations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/update_translations.sh b/i18n/update_translations.sh index 7a75a0b..643d9e1 100644 --- a/i18n/update_translations.sh +++ b/i18n/update_translations.sh @@ -1,7 +1,7 @@ #!/bin/bash POFILE=$1 -xgettext usr/share/applications/template_mageiawelcome.desktop -o desktop.pot +xgettext usr/share/applications/template_mageiawelcome.desktop -k -kName -kComment -kGenericName -o desktop.pot pylupdate5 qml/mageiawelcome.py -ts py.ts lupdate mageiawelcome.pro -ts qml.ts |