mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 08:01:13 +01:00
Update POTFILES.in, audacity.pot and .po files.
Also added script add_nyquist_to_pot.sh which adds the nyquist files.
This commit is contained in:
18
locale/add_nyquist_to_pot.sh
Normal file
18
locale/add_nyquist_to_pot.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user