facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
55 lines
862 B
Plaintext
55 lines
862 B
Plaintext
@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
|