diff options
Diffstat (limited to 'docs/installer')
-rwxr-xr-x | docs/installer/makepot.sh | 2 | ||||
-rwxr-xr-x | docs/installer/update.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/installer/makepot.sh b/docs/installer/makepot.sh index aeb4f526..2aaf6e1b 100755 --- a/docs/installer/makepot.sh +++ b/docs/installer/makepot.sh @@ -2,7 +2,7 @@ po4a-gettextize --format docbook --master-charset UTF-8 --po help.pot \ --msgid-bugs-address "doc-discuss@ml.mageia.org" --copyright-holder "Mageia" \ - --package-name "Mageia Installer Help" --package-version "3.0" \ + --package-name "Mageia Installer Help" --package-version "6.0" \ $( for doc in en/*.xml; do echo --master $doc diff --git a/docs/installer/update.sh b/docs/installer/update.sh index 740d10fc..c993fe8e 100755 --- a/docs/installer/update.sh +++ b/docs/installer/update.sh @@ -10,6 +10,6 @@ if [[ $POFILE == "" ]]; then done else echo -n $1".po: " - msgmerge --update $1.po help.pot && \ + msgmerge --backup=none --update $1.po help.pot && \ msgfmt -o /dev/null --statistics --check $1.po fi |