Correct the --keyword options for xgettext...

... Don't use N_ any more.  Don't use the same in Lisp as in C++.
This commit is contained in:
Paul Licameli 2020-05-20 14:24:46 -04:00
parent fb0ca8e3c4
commit 6286772049
1 changed files with 2 additions and 2 deletions

View File

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