]> Savannah Git Hosting - gnulib.git/commitdiff
propername: pacify po_check
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Jun 2023 01:42:56 +0000 (18:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Jun 2023 01:42:56 +0000 (18:42 -0700)
Problem reported by Bruno Haible <https://bugs.gnu.org/63933>.
* lib/propername.h: Change comment.

ChangeLog
lib/propername.h

index 2aa6726537015d4faea65e17613ed08da69dc554..7666d467e5620c7bb246bc2157f24dbc9afc3ad7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2023-06-06  Paul Eggert  <eggert@cs.ucla.edu>
 
+       propername: pacify po_check
+       Problem reported by Bruno Haible <https://bugs.gnu.org/63933>.
+       * lib/propername.h: Change comment.
+
        Put "/" at end of .gitignore directory names
        * build-aux/bootstrap: Regenerate.
        * top/bootstrap-funclib.sh (symlink_to_dir, autogen):
index 7bd57b24a4395facc789878ca1537ae65d8570b2..667058b47b8fe394f57fbf6cba8c112a43376920 100644 (file)
 
    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.