Skip to content

Commit

Permalink
Update package version for translations
Browse files Browse the repository at this point in the history
Signed-off-by: Avery King <avery98@pm.me>
  • Loading branch information
generic-pers0n committed Sep 13, 2024
1 parent c66a321 commit 569232e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locale/update_po_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xargs xgettext \
--add-location=file \
--copyright-holder='Tenacity Team' \
--package-name="tenacity" \
--package-version='1.3' \
--package-version='1.4' \
--msgid-bugs-address="~tenacity/tenacity-discuss@lists.sr.ht" \
--add-location=file -L C -o tenacity.pot
echo ";; Adding nyquist files to tenacity.pot"
Expand All @@ -30,7 +30,7 @@ xargs xgettext \
--add-location=file \
--copyright-holder='Tenacity Team' \
--package-name="tenacity" \
--package-version='1.3' \
--package-version='1.4' \
--msgid-bugs-address="~tenacity/tenacity-discuss@lists.sr.ht" \
--add-location=file -L Lisp -j -o tenacity.pot
if test "${TENACITY_ONLY_POT:-}" = 'y'; then
Expand All @@ -39,7 +39,7 @@ fi
echo ";; Updating the .po files - Updating Project-Id-Version"
for i in *.po; do
sed -e '/^"Project-Id-Version:/c\
"Project-Id-Version: tenacity 1.3\\n"' $i > TEMP; mv TEMP $i
"Project-Id-Version: tenacity 1.4\\n"' $i > TEMP; mv TEMP $i
done
echo ";; Updating the .po files"
sed 's/.*/echo "msgmerge --lang=& &.po tenacity.pot -o &.po";\
Expand Down

0 comments on commit 569232e

Please sign in to comment.