GNU gettext utilities: JavaScript
From Get docs
Gettext/docs/latest/JavaScript
Next: Scheme, Previous: C#, Up: List of Programming Languages [Contents][Index]
15.5.5 JavaScript
- RPMs
- js
- Ubuntu packages
- gjs
- File extension
js- String syntax
- ;*
"abc"
'abc'`abc`
- gettext shorthand
_("abc")- gettext/ngettext functions
gettext,dgettext,dcgettext,ngettext,dngettext- textdomain
textdomainfunction- bindtextdomain
bindtextdomainfunction- setlocale
- automatic
- Prerequisite
- —
- Use or emulate GNU gettext
- use, or emulate
- Extractor
xgettext- Formatting with positions
- —
- Portability
- On platforms without gettext, the functions are not available.
- po-mode marking
- —