diff options
Diffstat (limited to 'docs/installer/makedoc.sh')
-rwxr-xr-x | docs/installer/makedoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installer/makedoc.sh b/docs/installer/makedoc.sh index 32e8db25..a3802cb6 100755 --- a/docs/installer/makedoc.sh +++ b/docs/installer/makedoc.sh @@ -9,7 +9,7 @@ for doc in acceptLicense addUser ask_mntpoint_s installer selectInstallClass \ configureX_card_list configureX_monitor configureX_chooser \ setupBootloaderAddEntry minimal-install securityLevel selectCountry media_selection add_supplemental_media; do - po4a-translate -k 50 --format docbook --master-charset utf-8 --localized-charset utf-8 \ + po4a-translate -k 1 --format docbook --master-charset utf-8 --localized-charset utf-8 \ --master en/${doc}.xml \ --po $LANG.po --localized $LANG/${doc}.xml perl -i -p -e "s/version=\"5\.0\"/version=\"5\.0\" xml:lang=\"$LANG\"/;" $LANG/${doc}.xml |