gettext: sh

1 
1 15.5.2 sh - Shell Script
1 ------------------------
1 
1 RPMs
1      bash, gettext
1 
1 File extension
1      ‘sh’
1 
1 String syntax
1      ‘"abc"’, ‘'abc'’, ‘abc’
1 
1 gettext shorthand
1      ‘"`gettext \"abc\"`"’
1 
1 gettext/ngettext functions
1      ‘gettext’, ‘ngettext’ programs
1      ‘eval_gettext’, ‘eval_ngettext’ shell functions
1 
1 textdomain
1      environment variable ‘TEXTDOMAIN’
1 
1 bindtextdomain
1      environment variable ‘TEXTDOMAINDIR’
1 
1 setlocale
1      automatic
1 
1 Prerequisite
1      ‘. gettext.sh’
1 
1 Use or emulate GNU gettext
1      use
1 
1 Extractor
1      ‘xgettext’
1 
1 Formatting with positions
1      —
1 
1 Portability
1      fully portable
1 
1 po-mode marking
1      —
1 
1    An example is available in the ‘examples’ directory: ‘hello-sh’.
1 

Menu