gettext: clisp C

1 
1 15.5.6 GNU clisp C sources
1 --------------------------
1 
1 RPMs
1      clisp
1 
1 File extension
1      ‘d’
1 
1 String syntax
1      ‘"abc"’
1 
1 gettext shorthand
1      ‘ENGLISH ? "abc" : ""’
1      ‘GETTEXT("abc")’
1      ‘GETTEXTL("abc")’
1 
1 gettext/ngettext functions
1      ‘clgettext’, ‘clgettextl’
1 
1 textdomain
1      —
1 
1 bindtextdomain
1      —
1 
1 setlocale
1      automatic
1 
1 Prerequisite
1      ‘#include "lispbibl.c"’
1 
1 Use or emulate GNU gettext
1      use
1 
1 Extractor
1      ‘clisp-xgettext’
1 
1 Formatting with positions
1      ‘fprintf "%2$d %1$d"’
1 
1 Portability
1      On platforms without gettext, no translation.
1 
1 po-mode marking
1      —
1