(root)/
gettext-0.22.4/
gettext-tools/
doc/
lang-pike.texi
@c This file is part of the GNU gettext manual.
@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
@c See the file gettext.texi for copying conditions.

@node Pike
@subsection Pike
@cindex Pike

@table @asis
@item RPMs
roxen

@item Ubuntu packages
pike8.0 or pike7.8

@item File extension
@code{pike}

@item String syntax
@code{"abc"}

@item gettext shorthand
---

@item gettext/ngettext functions
@code{gettext}, @code{dgettext}, @code{dcgettext}

@item textdomain
@code{textdomain} function

@item bindtextdomain
@code{bindtextdomain} function

@item setlocale
@code{setlocale} function

@item Prerequisite
@code{import Locale.Gettext;}

@item Use or emulate GNU gettext
use

@item Extractor
---

@item Formatting with positions
---

@item Portability
On platforms without gettext, the functions are not available.

@item po-mode marking
---
@end table