chore: Add width option and package name to xgettext and msgmerge scripts

This commit is contained in:
Andrey Petelin
2025-09-30 19:29:46 +05:00
parent 5c51d99d73
commit 3b95ac2bc3
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ xgettext --language=JavaScript \
--keyword=_ \
--from-code="$ENCODING" \
--output="$OUT_POT" \
--width=120 \
--package-name="PODKOP" \
"${FILES[@]}"
echo "POT template generated: $OUT_POT"