1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/propername-lite
T
Paul Eggert 3f478b6cd3 propername-lite: new module
propername_lite acts like propername_utf8 but needs less
infrastructure, e.g., it does not worry about memory allocation.
* MODULES.html.sh (func_all_modules): Mention it.
* lib/propername.h (proper_name_lite): New decl.
* lib/propername-lite.c, modules/propername-lite: New files.
* pygnulib/GLEmiter.py (GLEmiter.po_Makevars):
Treat proper_name_lite like proper_name_utf8.
2023-06-02 14:03:19 -07:00

28 lines
440 B
Plaintext

Description:
Lighter-weight localization of proper names.
Files:
lib/propername-lite.c
lib/propername.h
Depends-on:
localcharset
c-strcase
gettext-h
configure.ac:
m4_ifdef([AM_XGETTEXT_OPTION],
[AM_][XGETTEXT_OPTION([--keyword='proper_name_lite:1,\"This is a proper name. See the gettext manual, section Names.\"'])])
Makefile.am:
lib_SOURCES += propername-lite.c propername.h
Include:
"propername.h"
License:
LGPL
Maintainer:
all