From: Paul Eggert Date: Wed, 7 Jun 2023 01:42:56 +0000 (-0700) Subject: propername: pacify po_check X-Git-Tag: v1.0~1243 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0e2636700a641556256a37fca0e7d6f472f83bb4;p=gnulib.git propername: pacify po_check Problem reported by Bruno Haible . * lib/propername.h: Change comment. --- diff --git a/ChangeLog b/ChangeLog index 2aa6726537..7666d467e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2023-06-06 Paul Eggert + propername: pacify po_check + Problem reported by Bruno Haible . + * lib/propername.h: Change comment. + Put "/" at end of .gitignore directory names * build-aux/bootstrap: Regenerate. * top/bootstrap-funclib.sh (symlink_to_dir, autogen): diff --git a/lib/propername.h b/lib/propername.h index 7bd57b24a4..667058b47b 100644 --- a/lib/propername.h +++ b/lib/propername.h @@ -83,11 +83,12 @@ Here is an example in context. - printf (_("Written by %s and %s.\n"), + char const *author_names[2] = { / * TRANSLATORS: This is the proper name "Danilo Šegan". In the original Cyrillic it is "Данило Шеган". * / proper_name_utf8 ("Danilo Segan", "Danilo \305\240egan"), - proper_name ("Bruno Haible")); + proper_name ("Bruno Haible") + }; Differences between proper_name_utf8 and proper_name_lite: * proper_name_lite uses the localization provided by the translator.