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

Update Project-Id-Version to 2.3.2

Updated script to create Audacity.pot with Project-Id-Version
of audacity 2.3.2 and to update the Project-Id-Version in the po files too.

Ran script so as to apply it.
This commit is contained in:
James Crook
2019-04-24 19:50:19 +01:00
parent 5fd3168792
commit 73746cdc02
58 changed files with 264 additions and 479 deletions

3
locale/no_id.sh Executable file
View File

@@ -0,0 +1,3 @@
for i in *.po; do
sed -i '/^Project/d' $i
done