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):
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.