| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
15.5.22 Lua
- RPMs
lua
- File extension
lua- String syntax
-
"abc" -
'abc' -
[[abc]] -
[=[abc]=] -
[==[abc]==] - ...
-
- gettext shorthand
_("abc")- gettext/ngettext functions
gettext.gettext,gettext.dgettext,gettext.dcgettext,gettext.ngettext,gettext.dngettext,gettext.dcngettext- textdomain
textdomainfunction- bindtextdomain
bindtextdomainfunction- setlocale
automatic
- Prerequisite
require 'gettext'or running lua interpreter with-l gettextoption- Use or emulate GNU gettext
use
- Extractor
xgettext- Formatting with positions
—
- Portability
On platforms without gettext, the functions are not available.
- po-mode marking
—
This document was generated on June 7, 2014 using texi2html 5.0.
