• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@c This file is part of the GNU gettext manual.
2@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
3@c See the file gettext.texi for copying conditions.
4
5@node Pike
6@subsection Pike
7@cindex Pike
8
9@table @asis
10@item RPMs
11roxen
12
13@item Ubuntu packages
14pike8.0 or pike7.8
15
16@item File extension
17@code{pike}
18
19@item String syntax
20@code{"abc"}
21
22@item gettext shorthand
23---
24
25@item gettext/ngettext functions
26@code{gettext}, @code{dgettext}, @code{dcgettext}
27
28@item textdomain
29@code{textdomain} function
30
31@item bindtextdomain
32@code{bindtextdomain} function
33
34@item setlocale
35@code{setlocale} function
36
37@item Prerequisite
38@code{import Locale.Gettext;}
39
40@item Use or emulate GNU gettext
41use
42
43@item Extractor
44---
45
46@item Formatting with positions
47---
48
49@item Portability
50On platforms without gettext, the functions are not available.
51
52@item po-mode marking
53---
54@end table
55