]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add info about Faroese.
authorBruno Haible <bruno@clisp.org>
Tue, 22 Apr 2003 14:18:59 +0000 (14:18 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:23 +0000 (12:10 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi
gettext-tools/src/ChangeLog
gettext-tools/src/plural-table.c

index b0c1093a831404ea932f0a649cdfe86537090af3..96fd1fba21f513f32b3dd67ac6d5c998aab8d956 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-22  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (Plural forms): Add info about Faroese.
+       Reported by Jacob Sparre Andersen <sparre@crs4.it>.
+
 2003-04-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: Don't use the force target. Avoid rules with no lines.
index 0bd82c3354f77d360ee26595e768e0082bc9ec58..b35d07669025de60b89b9ff4bd8a4b11ff7296eb 100644 (file)
@@ -4761,7 +4761,7 @@ Languages with this property include:
 
 @table @asis
 @item Germanic family
-Danish, Dutch, English, German, Norwegian, Swedish
+Danish, Dutch, English, Faroese, German, Norwegian, Swedish
 @item Finno-Ugric family
 Estonian, Finnish
 @item Latin/Greek family
index 1f9f149932c33a32d007b5e644277c6892ebe6ee..b6086f0c981bf0cb6201bd4adde73aac5216c44a 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-22  Bruno Haible  <bruno@clisp.org>
+
+       * plural-table.c (plural_table): Add an entry about Faroese.
+       Reported by Jacob Sparre Andersen <sparre@crs4.it>.
+
 2003-04-13  Bruno Haible  <bruno@clisp.org>
 
        * po.h (po_scan_start, po_scan_end): New declarations.
index 5bed4e3e4e9665602d2b7293b6c08a30bf1b3894..0bf3b101683dd2a7026aa69569dbc26359ad0b8d 100644 (file)
@@ -1,5 +1,5 @@
 /* Table of known plural form expressions.
-   Copyright (C) 2001-2002 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003 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
@@ -33,6 +33,7 @@ struct plural_table_entry plural_table[] =
     { "da", "Danish",            "nplurals=2; plural=(n != 1);" },
     { "nl", "Dutch",             "nplurals=2; plural=(n != 1);" },
     { "en", "English",           "nplurals=2; plural=(n != 1);" },
+    { "fo", "Faroese",           "nplurals=2; plural=(n != 1);" },
     { "de", "German",            "nplurals=2; plural=(n != 1);" },
     { "nb", "Norwegian Bokmal",  "nplurals=2; plural=(n != 1);" },
     { "no", "Norwegian",         "nplurals=2; plural=(n != 1);" },