]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update doc about GNU smalltalk.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Nov 2001 11:13:07 +0000 (11:13 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:54:11 +0000 (22:54 +0200)
doc/ChangeLog
doc/gettext.texi

index 20ca49a607e48abb52e20fb1a4b8ee7e82d6026c..be04a36ec1576556c94221b4cbf4df5b871cd2b9 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-07  Bruno Haible  <haible@clisp.cons.org>
+
+       * gettext.texi (Smalltalk): Update from
+       Paolo Bonzini <bonzini@gnu.org>.
+
 2001-11-05  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext.texi (Aspects): Write "German" instead of "French", since
index f268c559d1faee4d489711bc9a53948d73287c7e..679658e0f3809355ed6a155a38a77c9cd57f7fdc 100644 (file)
@@ -6029,19 +6029,24 @@ smalltalk
 @*@code{self? ''abc''}
 
 @item gettext/ngettext functions
-?
+@code{LcMessagesDomain>>#at:}, @code{LcMessagesDomain>>#at:plural:with:}
 
 @item textdomain
-?
+@code{LcMessages>>#?} (returns a @code{LcMessagesDomain} object).@*
+Example: @code{Locale default messages ? 'gettext'}
 
 @item bindtextdomain
-?
+@code{LcMessages>>#domain:directory:} (returns a @code{LcMessagesDomain}
+object)
 
 @item setlocale
-?
+You can obtain any @code{Locale} object from @code{Locale} class methods
+such as @code{#fromString:} or @code{#default}.@*
+Example: @code{Locale default messages} gives the @code{LcMessages}
+object for the default locale.
 
 @item Prerequisite
-?
+The gettext code is contained in the @file{I18N} package.
 
 @item Use or emulate GNU gettext
 emulate
@@ -6050,10 +6055,10 @@ emulate
 ---
 
 @item Formatting with positions
-?
+@code{'%1 %2' bindWith: 'Hello' with: 'world'}
 
 @item Portability
-fully portable, but locale handling relies on glibc-2.1 locale format
+fully portable
 
 @item po-mode marking
 ---