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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user