From: Bruno Haible Date: Mon, 20 Aug 2001 13:27:03 +0000 (+0000) Subject: Add YCP to list of languages. X-Git-Tag: v0.11~539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a121a7fcfc815c4966208fc2bae9aba87e8b0c;p=thirdparty%2Fgettext.git Add YCP to list of languages. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index eaf712295..79b89ddba 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-13 Bruno Haible + + * gettext.texi (YCP): New node. + 2001-08-08 Bruno Haible * gettext.texi (Compendium): Entirely rewritten by Karl Eichwalder. diff --git a/doc/gettext.texi b/doc/gettext.texi index 1edf4924a..6c9b109cd 100644 --- a/doc/gettext.texi +++ b/doc/gettext.texi @@ -245,6 +245,7 @@ Individual Programming Languages * gawk:: GNU awk * Pascal:: Pascal - Free Pascal Compiler * wxWindows:: wxWindows library +* YCP:: YCP - YaST2 scripting language * Perl:: Perl * PHP:: PHP Hypertext Preprocessor * Pike:: Pike @@ -5672,6 +5673,7 @@ strings. * gawk:: GNU awk * Pascal:: Pascal - Free Pascal Compiler * wxWindows:: wxWindows library +* YCP:: YCP - YaST2 scripting language * Perl:: Perl * PHP:: PHP Hypertext Preprocessor * Pike:: Pike @@ -6255,7 +6257,7 @@ emulate partially --- @end table -@node wxWindows, Perl, Pascal, List of Programming Languages +@node wxWindows, YCP, Pascal, List of Programming Languages @subsection wxWindows library @table @asis @@ -6302,7 +6304,54 @@ fully portable yes @end table -@node Perl, PHP, wxWindows, List of Programming Languages +@node YCP, Perl, wxWindows, List of Programming Languages +@subsection YCP - YaST2 scripting language + +@table @asis +@item RPMs +libycp, libycp-devel + +@item File extension +@code{ycp} + +@item String syntax +@code{"abc"} + +@item gettext shorthand +@code{_("abc")} + +@item gettext/ngettext functions +--- + +@item textdomain +@code{textdomain} statement + +@item bindtextdomain +--- + +@item setlocale +--- + +@item Prerequisite +--- + +@item Use or emulate GNU gettext +use maps instead + +@item Extractor +--- + +@item Formatting with positions +@code{sformat "%2 %1"} + +@item Portability +fully portable + +@item po-mode marking +--- +@end table + +@node Perl, PHP, YCP, List of Programming Languages @subsection Perl @table @asis @@ -6501,7 +6550,7 @@ using GNU gettext. gettext @item File extension -@code{pot}, @code{po}, @code{pox} +@code{pot}, @code{po} @item Extractor @code{xgettext}