Next: Smalltalk, Previous: librep, Up: List of Programming Languages [Contents][Index]
guile
scm
"abc"
(_ "abc")
gettext
、ngettext
textdomain
bindtextdomain
(catch #t (lambda () (setlocale LC_ALL "")) (lambda args #f))
(use-modules (ice-9 format))
使用
xgettext -k_
—
gettextのないプラットフォームでは、翻訳しません
—
examplesディレクトリーの例hello-guile
が利用できます