]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comment.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Nov 2010 18:11:12 +0000 (19:11 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 7 Jun 2011 21:38:48 +0000 (23:38 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/loadmsgcat.c

index 76b0f49b636104c76cf8b693b3269395a3cd24c2..b17c0ea7f1df93c89c8c233886a828b9d6550c3f 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-07  Bruno Haible  <bruno@clisp.org>
+
+       * loadmsgcat.c (get_sysdep_segment_value): Update comment.
+
 2010-11-07  Bruno Haible  <bruno@clisp.org>
 
        vasnprintf: Support I flag on glibc systems.
index bf883a37efafd7a26977c40bd688670b1faef289..9d49d086f4cd6b713ea3e9da0543af9890b06baa 100644 (file)
@@ -1,5 +1,5 @@
 /* Load needed message catalogs.
-   Copyright (C) 1995-1999, 2000-2008 Free Software Foundation, Inc.
+   Copyright (C) 1995-1999, 2000-2008, 2010 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
@@ -763,7 +763,7 @@ get_sysdep_segment_value (const char *name)
 #if defined _LIBC || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
       /* The 'I' flag, in numeric format directives, replaces ASCII digits
         with the 'outdigits' defined in the LC_CTYPE locale facet.  This is
-        used for Farsi (Persian) and maybe Arabic.  */
+        used for Farsi (Persian), some Indic languages, and maybe Arabic.  */
       return "I";
 #else
       return "";