New macro uc_property_is_valid.
[pspp] / lib / propername.h
index 1b0545b634e045013b9a63b0a2e50e7d4ae64178..d603b1ae08e12a3ed38e6eb6517f507bcff1b11d 100644 (file)
      3) If you are using GNU gettext version 0.16.1 or older, in po/Makevars,
         in the definition of the XGETTEXT_OPTIONS variable, add:
 
-           --keyword=proper_name: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."
+           --keyword='proper_name: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."'
 
         This specifies automatic comments for the translator. (Requires
-        xgettext >= 0.15.)
+        xgettext >= 0.15. The double-quotes inside the quoted string are on
+        purpose: they are part of the --keyword argument syntax.)
  */
 
 #ifndef _PROPERNAME_H