summaryrefslogtreecommitdiffstats
path: root/i18n-gen.sh
diff options
context:
space:
mode:
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