Next: GNU clisp - Common Lisp, Previous: JavaScript, Up: Individual Programming Languages [Contents][Index]
guile
guile-2.0
scm
"abc"
(_ "abc")
, _"abc"
(GIMP script-fu extension)
gettext
, ngettext
textdomain
bindtextdomain
(catch #t (lambda () (setlocale LC_ALL "")) (lambda args #f))
(use-modules (ice-9 format))
use
xgettext -k_
—
On platforms without gettext, no translation.
—
An example is available in the examples directory: hello-guile
.