mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
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:
@@ -5,7 +5,7 @@ sed -E 's/\.\.\///g' |\
|
|||||||
xargs xgettext \
|
xargs xgettext \
|
||||||
--default-domain=audacity \
|
--default-domain=audacity \
|
||||||
--directory=.. \
|
--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-comments=" i18n" \
|
||||||
--add-location=file \
|
--add-location=file \
|
||||||
--copyright-holder='Audacity Team' \
|
--copyright-holder='Audacity Team' \
|
||||||
@@ -19,7 +19,7 @@ sed -E 's/\.\.\///g' |\
|
|||||||
xargs xgettext \
|
xargs xgettext \
|
||||||
--default-domain=audacity \
|
--default-domain=audacity \
|
||||||
--directory=.. \
|
--directory=.. \
|
||||||
--keyword=_ --keyword=N_ --keyword=XO --keyword=XXO --keyword=wxPLURAL:1,2 \
|
--keyword=_ --keyword=ngettext:1,2 \
|
||||||
--add-comments=" i18n" \
|
--add-comments=" i18n" \
|
||||||
--add-location=file \
|
--add-location=file \
|
||||||
--copyright-holder='Audacity Team' \
|
--copyright-holder='Audacity Team' \
|
||||||
|
|||||||
Reference in New Issue
Block a user