1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-14 00:25:51 +01:00

Exclude rms.ny from update_po_files.sh script

Script run to update po files
This commit is contained in:
Steve Daulton
2018-10-10 15:31:29 +01:00
parent 5fd95dd131
commit 66c861315f
57 changed files with 7325 additions and 4698 deletions

View File

@@ -13,7 +13,7 @@ xargs xgettext \
--msgid-bugs-address="audacity-translation@lists.sourceforge.net" \
--add-location=file -L C -o audacity.pot
echo ";; Adding nyquist files to audacity.pot"
for path in ../plug-ins ; do find $path -name \*.ny ; done | LANG=c sort | \
for path in ../plug-ins ; do find $path -name \*.ny -not -name rms.ny; done | LANG=c sort | \
sed -r 's/\.\.\///g' |\
xargs xgettext \
--default-domain=audacity \