fb31901cf8c2eb97cca5cfa32f79552184e74fd2
[gnulib.git] / modules / propername
1 Description:
2 Localization of proper names.
3
4 Notice:
5 If you are using GNU gettext version 0.16.1 or older, add the following options
6 to XGETTEXT_OPTIONS in your po/Makevars:
7   --keyword=proper_name:1,'This is a proper name. See the gettext manual, section Names.'
8   --keyword=proper_name_utf8:1,'This is a proper name. See the gettext manual, section Names.'
9
10 Files:
11 lib/propername.h
12 lib/propername.c
13
14 Depends-on:
15 stdbool
16 trim
17 mbsstr
18 mbchar
19 mbuiter
20 iconv
21 localcharset
22 c-strcase
23 xstriconv
24 xalloc
25 gettext-h
26
27 configure.ac:
28 m4_ifdef([AM_XGETTEXT_OPTION],
29   [AM_XGETTEXT_OPTION([--keyword=proper_name:1,'This is a proper name. See the gettext manual, section Names.'])
30    AM_XGETTEXT_OPTION([--keyword=proper_name_utf8:1,'This is a proper name. See the gettext manual, section Names.'])])
31
32 Makefile.am:
33 lib_SOURCES += propername.h propername.c
34
35 Include:
36 "propername.h"
37
38 License:
39 GPL
40
41 Maintainer:
42 Bruno Haible
43