1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 07:09:39 +02:00
audacity/locale/add_nyquist_to_pot.sh
James Crook 6656506529 Update POTFILES.in, audacity.pot and .po files.
Also added script add_nyquist_to_pot.sh which adds the nyquist files.
2018-08-29 11:24:53 +01:00

19 lines
493 B
Bash

for path in ../plug-ins ; do find $path -name \*.ny ; done | \
sed -r 's/\.\.\///g' |\
xargs xgettext \
--default-domain=audacity \
--directory=.. \
--keyword=_ --keyword=N_ --keyword=XO --keyword=XXO --keyword=wxPLURAL:1,2 \
--add-comments=" i18n" \
--add-location=file \
--copyright-holder='Audacity Team' \
--package-name="audacity" \
--package-version='2.3.0' \
--msgid-bugs-address="audacity-translation@lists.sourceforge.net" \
--add-location=file -L EmacsLisp -j -o audacity.pot