mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-11 22:16:52 +03:00
chore: Add width option and package name to xgettext and msgmerge scripts
This commit is contained in:
@@ -23,7 +23,7 @@ if [ -f "$POFILE" ]; then
|
||||
else
|
||||
echo "Creating new $POFILE using msginit"
|
||||
mkdir -p "$PODIR/$LANG"
|
||||
msginit --no-translator --locale="$LANG" --input="$POTFILE" --output-file="$POFILE"
|
||||
msginit --no-translator --locale="$LANG" --width=120 --input="$POTFILE" --output-file="$POFILE"
|
||||
fi
|
||||
|
||||
echo "Translation file for $LANG updated."
|
||||
Reference in New Issue
Block a user