This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] locale: Do not define lang_ab for tcy_IN and bhb_IN


After renaming localedef now complains and build fails

LC_ADDRESS: field `lang_ab' must not be defined

earlier the names were similar to lang_ab definitions 'tu' or 'bh'
but after rename they are not.
---
 localedata/ChangeLog      | 6 ++++++
 localedata/locales/bhb_IN | 2 +-
 localedata/locales/tcy_IN | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 030326b..0a91680 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,6 +1,12 @@
 2015-07-21  Khem Raj  <raj.khem@gmail.com>
 
 	[BZ #17475]
+	* locales/bhb_IN: Do not define lang_ab.
+	* locales/tcy_IN: Ditto.
+
+2015-07-21  Khem Raj  <raj.khem@gmail.com>
+
+	[BZ #17475]
 	* SUPPORTED: Rename tu_IN to tcy_IN and bh_IN to bhb_IN.
 
 2015-07-20  Chris Metcalf  <cmetcalf@ezchip.com>
diff --git a/localedata/locales/bhb_IN b/localedata/locales/bhb_IN
index 8521257..b98d67d 100644
--- a/localedata/locales/bhb_IN
+++ b/localedata/locales/bhb_IN
@@ -163,7 +163,7 @@ country_ab3 "<U0049><U004E><U0044>"
 country_car "<U0049><U004E><U0044>"
 country_num 356
 lang_name     "<U0062><U0068><U0069><U006C><U0069>"
-lang_ab       "<U0062><U0068>"
+lang_ab       ""
 lang_term     "<U0062><U0068><U0062>"
 lang_lib      "<U0062><U0068><U0062>"
 END LC_ADDRESS
diff --git a/localedata/locales/tcy_IN b/localedata/locales/tcy_IN
index 3fc1e1a..a737bb3 100644
--- a/localedata/locales/tcy_IN
+++ b/localedata/locales/tcy_IN
@@ -179,7 +179,7 @@ country_ab3 "<U0049><U004E><U0044>"
 country_car "<U0049><U004E><U0044>"
 country_num 356
 lang_name     "<U0CA4><U0CC1><U0CB3><U0CC1>"
-lang_ab       "<U0074><U0075>"
+lang_ab       ""
 lang_term     "<U0074><U0063><U0079>"
 lang_lib      "<U0074><U0063><U0079>"
 END LC_ADDRESS
-- 
2.1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]