Next: Ruby, Previous: Emacs Lisp, Up: Individual Programming Languages [Contents][Index]
librep 0.15.3 or newer
librep16
jl
"abc"
(_"abc")
gettext
textdomain
function
bindtextdomain
function
—
(require 'rep.i18n.gettext)
use
xgettext
format "%2$d %1$d"
On platforms without gettext, no translation.
—
An example is available in the examples directory: hello-librep
.