Files
RedBear-OS/recipes/tools/gettext/source/gettext-tools/doc/lang-ycp.texi
T
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
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.
2026-05-14 10:55:53 +01:00

58 lines
929 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 YCP
@subsection YCP - YaST2 scripting language
@cindex YCP
@cindex YaST2 scripting language
@table @asis
@item RPMs
libycp, libycp-devel, yast2-core, yast2-core-devel
@item Ubuntu packages
---
@item File extension
@code{ycp}
@item String syntax
@code{"abc"}
@item gettext shorthand
@code{_("abc")}
@item gettext/ngettext functions
@code{_()} with 1 or 3 arguments
@item textdomain
@code{textdomain} statement
@item bindtextdomain
---
@item setlocale
---
@item Prerequisite
---
@item Use or emulate GNU gettext
use
@item Extractor
@code{xgettext}
@item Formatting with positions
@code{sformat "%2 %1"}
@item Portability
fully portable
@item po-mode marking
---
@end table
An example is available in the @file{examples} directory: @code{hello-ycp}.