DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gettext.info.gz) Scheme

Info Catalog (gettext.info.gz) librep (gettext.info.gz) List of Programming Languages (gettext.info.gz) Smalltalk
 
 15.5.9 GNU guile - Scheme
 -------------------------
 
 RPMs
      guile
 
 File extension
      `scm'
 
 String syntax
      `"abc"'
 
 gettext shorthand
      `(_ "abc")'
 
 gettext/ngettext functions
      `gettext', `ngettext'
 
 textdomain
      `textdomain'
 
 bindtextdomain
      `bindtextdomain'
 
 setlocale
      `(catch #t (lambda () (setlocale LC_ALL "")) (lambda args #f))'
 
 Prerequisite
      `(use-modules (ice-9 format))'
 
 Use or emulate GNU gettext
      use
 
 Extractor
      `xgettext -k_'
 
 Formatting with positions
      --
 
 Portability
      On platforms without gettext, no translation.
 
 po-mode marking
      --
 
    An example is available in the `examples' directory: `hello-guile'.
 
Info Catalog (gettext.info.gz) librep (gettext.info.gz) List of Programming Languages (gettext.info.gz) Smalltalk
automatically generated byinfo2html