1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-15 15:11:12 +02:00

Update for 3.0.3

This commit is contained in:
James Crook
2021-04-19 12:58:32 +01:00
parent ff5003a9db
commit 16444b9ad2
4 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ xargs xgettext \
--add-location=file \
--copyright-holder='Audacity Team' \
--package-name="audacity" \
--package-version='3.0.1' \
--package-version='3.0.3' \
--msgid-bugs-address="audacity-translation@lists.sourceforge.net" \
--add-location=file -L C -o audacity.pot
echo ";; Adding nyquist files to audacity.pot"
@@ -25,7 +25,7 @@ xargs xgettext \
--add-location=file \
--copyright-holder='Audacity Team' \
--package-name="audacity" \
--package-version='3.0.1' \
--package-version='3.0.3' \
--msgid-bugs-address="audacity-translation@lists.sourceforge.net" \
--add-location=file -L Lisp -j -o audacity.pot
if test "${AUDACITY_ONLY_POT:-}" = 'y'; then
@@ -33,7 +33,7 @@ if test "${AUDACITY_ONLY_POT:-}" = 'y'; then
fi
echo ";; Updating the .po files - Updating Project-Id-Version"
for i in *.po; do
sed -i '/^"Project-Id-Version:/c\"Project-Id-Version: audacity 3.0.1\\n"' $i
sed -i '/^"Project-Id-Version:/c\"Project-Id-Version: audacity 3.0.3\\n"' $i
done
echo ";; Updating the .po files"
sed 's/.*/echo "msgmerge --lang=& &.po audacity.pot -o &.po";\