]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add YCP to list of languages.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Aug 2001 13:27:03 +0000 (13:27 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Aug 2001 13:27:03 +0000 (13:27 +0000)
doc/ChangeLog
doc/gettext.texi

index eaf71229524f5ef98c8f0d6cc29225ab81ab7238..79b89ddbad25d74406cdaaff485287636f7014a7 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-13  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext.texi (YCP): New node.
+
 2001-08-08  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext.texi (Compendium): Entirely rewritten by Karl Eichwalder.
index 1edf4924a3de5992453e81d14e011ab451cb589f..6c9b109cd331598e6fa385cf536b20d8bfa5f29f 100644 (file)
@@ -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}