summaryrefslogtreecommitdiffstats
path: root/i18n-gen.sh
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2013-02-22 20:55:00 +0100
committerAlessio Sergi <al3hex@gmail.com>2013-02-22 20:55:00 +0100
commit0560f6387ef489874fa30e83eaf6e8415ea760b5 (patch)
tree9dd2a19a28535b2ffc7e4b00879279ee0ffd9f28 /i18n-gen.sh
parenta1cad521342c6f73607e55630b33c24f1623cec8 (diff)
Improve packaging
Diffstat (limited to 'i18n-gen.sh')
-rw-r--r--[-rwxr-xr-x]i18n-gen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n-gen.sh b/i18n-gen.sh
index 4de116f2..4bdd4834 100755..100644
--- a/i18n-gen.sh
+++ b/i18n-gen.sh
@@ -15,6 +15,6 @@ xgettext --language=Python --keyword=_ --output=./i18n/glances.pot ./glances/gla
for i in `echo $LANG_LIST`
do
echo "Generate language pack for: $i"
- msgmerge --update --no-fuzzy-matching --backup=off ./i18n/$i/LC_MESSAGES/glances.po ./i18n/glances.pot
+ msgmerge --update --no-fuzzy-matching --backup=off ./i18n/$i/LC_MESSAGES/glances.po ./i18n/glances.pot
msgfmt ./i18n/$i/LC_MESSAGES/glances.po --output-file ./i18n/$i/LC_MESSAGES/glances.mo
done