audacia/locale/no_id.sh
James Crook 73746cdc02 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.
2019-04-24 19:50:19 +01:00

3 lines
50 B
Bash
Executable File

for i in *.po; do
sed -i '/^Project/d' $i
done