From 628677204900e89263b59dc0260e4b388e08e301 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 20 May 2020 14:24:46 -0400 Subject: [PATCH] Correct the --keyword options for xgettext... ... Don't use N_ any more. Don't use the same in Lisp as in C++. --- locale/update_po_files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/update_po_files.sh b/locale/update_po_files.sh index 617b55b2d..28aa26776 100755 --- a/locale/update_po_files.sh +++ b/locale/update_po_files.sh @@ -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' \