From 1dc32e5cb7a1d82b0f6e23f21ac82e7477259e03 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Jun 2023 12:26:08 +0200 Subject: [PATCH] gnulib-tool: Keep in sync with last change to gnulib-tool.py. * gnulib-tool (func_emit_po_Makevars): Treat proper_name_lite like proper_name_utf8. --- ChangeLog | 6 ++++++ gnulib-tool | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 31f76abd4a..56eac7fe9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-06-03 Bruno Haible + + gnulib-tool: Keep in sync with last change to gnulib-tool.py. + * gnulib-tool (func_emit_po_Makevars): Treat proper_name_lite like + proper_name_utf8. + 2023-06-03 Bruno Haible error: Improve comments. diff --git a/gnulib-tool b/gnulib-tool index 91461042cd..13e3ff2970 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -4046,6 +4046,7 @@ XGETTEXT_OPTIONS = \ --keyword=_ --flag=_:1:pass-c-format \ --keyword=N_ --flag=N_:1:pass-c-format \ --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' \ + --keyword='proper_name_lite:1,"This is a proper name. See the gettext manual, section Names."' \ --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' \ --flag=error:3:c-format --flag=error_at_line:5:c-format -- 2.39.5