(gettext) Common Lisp
Info Catalog
(gettext) Python
(gettext) List of Programming Languages
(gettext) clisp C
15.5.5 GNU clisp - Common Lisp
------------------------------
RPMs
clisp 2.28 or newer
File extension
`lisp'
String syntax
`"abc"'
gettext shorthand
`(_ "abc")', `(ENGLISH "abc")'
gettext/ngettext functions
`i18n:gettext', `i18n:ngettext'
textdomain
`i18n:textdomain'
bindtextdomain
`i18n:textdomaindir'
setlocale
automatic
Prerequisite
--
Use or emulate GNU gettext
use
Extractor
`xgettext -k_ -kENGLISH'
Formatting with positions
`format "~1@*~D ~0@*~D"'
Portability
On platforms without gettext, no translation.
po-mode marking
--
An example is available in the `examples' directory: `hello-clisp'.
Info Catalog
(gettext) Python
(gettext) List of Programming Languages
(gettext) clisp C
automatically generated byinfo2html