bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Updates for Belarusian locale.


From: Ihar Hrachyshka
Subject: [PATCH] Updates for Belarusian locale.
Date: Sat, 13 Nov 2010 15:19:05 +0200

Hi guys,
here is an update for Belarusian locale.
Added plurals entry, updated GNOME l10n team info and docs.
---
 ChangeLog                               |    6 ++++++
 gettext-tools/doc/gettext.texi          |    2 +-
 gettext-tools/projects/GNOME/teams.html |    4 ++--
 gettext-tools/src/plural-table.c        |    1 +
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 376bb84..c34739e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-13  Ihar Hrachyshka  <address@hidden>
+
+       * plural-table.c: Added Belarusian plural entry.
+       * GNOME/teams.html: Updated info about Belarusian l10n team for GNOME.
+       * gettext.texi: KOI8-U can handle Belarusian language too.
+
 2010-09-24  Bruno Haible  <address@hidden>
 
        * m4/libtool.m4: Update from libtool-2.4, with modifications.
diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi
index 708678e..84c22de 100644
--- a/gettext-tools/doc/gettext.texi
+++ b/gettext-tools/doc/gettext.texi
@@ -3073,7 +3073,7 @@ Slovenian,
 Basque, Catalan, Dutch, English, Finnish, French, Galician, German, Irish,
 Italian, Portuguese, Spanish, Swedish, Walloon,
 @item @code{KOI8-R} for Russian,
address@hidden @code{KOI8-U} for Ukrainian,
address@hidden @code{KOI8-U} for Ukrainian, Belarusian,
 @item @code{KOI8-T} for Tajik,
 @item @code{CP1251} for Bulgarian, Belarusian,
 @item @code{GB2312}, @code{GBK}, @code{GB18030}
diff --git a/gettext-tools/projects/GNOME/teams.html 
b/gettext-tools/projects/GNOME/teams.html
index e87558e..a09d8a0 100644
--- a/gettext-tools/projects/GNOME/teams.html
+++ b/gettext-tools/projects/GNOME/teams.html
@@ -293,14 +293,14 @@
        <td bgcolor="#EEEEE0">
          <div align="left">
            <font class="text" size="3">
-             <a href="mailto:nab at mail dot by">Ales Nyakhaychyk</a>
+             <a href="mailto:address@hidden";>Ihar Hrachyshka</a>
            </font>
          </div>
        </td>
        <td bgcolor="#EEEEE0">
          <div align="left">
            <font class="text" size="3">
-             <a href="http://www.i18n.linux.by/";>http://www.i18n.linux.by/</a>
+             <a href="http://mounik.org/";>http://mounik.org/</a>
            </font>
          </div>
        </td>
diff --git a/gettext-tools/src/plural-table.c b/gettext-tools/src/plural-table.c
index ddbb056..556cbcc 100644
--- a/gettext-tools/src/plural-table.c
+++ b/gettext-tools/src/plural-table.c
@@ -56,6 +56,7 @@ struct plural_table_entry plural_table[] =
     { "lt", "Lithuanian",        "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 
: n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" },
     { "ru", "Russian",           "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 
: n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
     { "uk", "Ukrainian",         "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 
: n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
+    { "be", "Belarusian",        "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 
: n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
     { "sr", "Serbian",           "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 
: n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
     { "hr", "Croatian",          "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 
: n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },
     { "cs", "Czech",             "nplurals=3; plural=(n==1) ? 0 : (n>=2 && 
n<=4) ? 1 : 2;" },
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]