1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Enable optional context arguments for i18n in Lisp

This commit is contained in:
Paul Licameli
2020-05-20 14:28:08 -04:00
parent 67ce74d5ef
commit 95195a783f
2 changed files with 43 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ sed -E 's/\.\.\///g' |\
xargs xgettext \
--default-domain=audacity \
--directory=.. \
--keyword=_ --keyword=ngettext:1,2 \
--keyword=_ --keyword=_C:1,2c --keyword=ngettext:1,2 --keyword=ngettextc:1,2,4c \
--add-comments=" i18n" \
--add-location=file \
--copyright-holder='Audacity Team' \