]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add info about Vietnamese.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Feb 2005 11:40:54 +0000 (11:40 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:08 +0000 (12:12 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/src/ChangeLog
gettext-tools/src/plural-table.c

index 0d964025bf8fe8329e0dabf82b1254e333788edb..aef03ceb836441be17f03051dd7c2c96ad738a4a 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-04  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Plural forms): Add info about Vietnamese.
+       Explanations by Clytie Siddall <clytie@riverland.net.au>.
+
 2005-01-20  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Scheme): Correct information about setlocale.
index 41183e66354ad2f4e669b6b4a4266b9787d818c0..00e1aa66cb842c37485b0747281fe3b7881dcc52 100644 (file)
@@ -5032,7 +5032,7 @@ Languages with this property include:
 @item Finno-Ugric family
 Hungarian
 @item Asian family
-Japanese, Korean
+Japanese, Korean, Vietnamese
 @item Turkic/Altaic family
 Turkish
 @end table
index 8ba07bb4dfe1530d80ecb4552c8eea485e941a50..a1388ab2eddb40483c7c54fc3ebc48ea6550e42d 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-04  Bruno Haible  <bruno@clisp.org>
+
+       * plural-table.c (plural_table): Add an entry about Vietnamese.
+       Explanations by Clytie Siddall <clytie@riverland.net.au>.
+
 2005-01-29  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (msgcmp_LDADD, msgfmt_LDADD, msgmerge_LDADD,
index 4c1e8bf61986e701287f9ae216d9d5e1b47954b0..19063cada82f6181857c80a5d162d01a04a4cad1 100644 (file)
@@ -1,5 +1,5 @@
 /* Table of known plural form expressions.
-   Copyright (C) 2001-2004 Free Software Foundation, Inc.
+   Copyright (C) 2001-2005 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2002.
 
    This program is free software; you can redistribute it and/or modify
@@ -29,6 +29,7 @@ struct plural_table_entry plural_table[] =
     { "hu", "Hungarian",         "nplurals=1; plural=0;" },
     { "ja", "Japanese",          "nplurals=1; plural=0;" },
     { "ko", "Korean",            "nplurals=1; plural=0;" },
+    { "vi", "Vietnamese",        "nplurals=1; plural=0;" },
     { "tr", "Turkish",           "nplurals=1; plural=0;" },
     { "da", "Danish",            "nplurals=2; plural=(n != 1);" },
     { "nl", "Dutch",             "nplurals=2; plural=(n != 1);" },