This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 1/1] Added country_isbn for Netherlands
- From: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- To: libc-alpha at sourceware dot org
- Cc: Akhilesh Kumar <akhilesh dot k at samsung dot com>
- Date: Wed, 30 Aug 2017 19:02:23 +0530
- Subject: [PATCH 1/1] Added country_isbn for Netherlands
- Authentication-results: sourceware.org; auth=none
- Cms-type: 105P
- Dlp-filter: Pass
- References: <CGME20170830133806epcas5p1f2d68f6522a9650359bb46e97f78596c@epcas5p1.samsung.com>
[BZ #22043]
* locales/fy_NL (LC_ADDRESS): Add country_isbn.
* locales/li_NL (LC_ADDRESS): Add country_isbn.
* locales/nds_NL(LC_ADDRESS): Fix country_isbn.
* locales/nl_NL (LC_ADDRESS): Add country_isbn.
---
localedata/locales/fy_NL | 1 +
localedata/locales/li_NL | 2 +-
localedata/locales/nds_NL | 2 +-
localedata/locales/nl_NL | 1 +
4 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/localedata/locales/fy_NL b/localedata/locales/fy_NL
index 3736401..bb58b7e 100644
--- a/localedata/locales/fy_NL
+++ b/localedata/locales/fy_NL
@@ -132,6 +132,7 @@ country_name "<U004E><U0065><U0064><U0065><U0072><U006C><U00E2><U006E>"
country_ab2 "<U004E><U004C>"
country_ab3 "<U004E><U004C><U0044>"
country_num 528
+country_isbn "978-90,978-94"
country_car "<U004E><U004C>"
% Frysk
lang_name "<U0057><U0065><U0073><U0074><U002D><U0046><U0072><U0079><U0073><U006B>"
diff --git a/localedata/locales/li_NL b/localedata/locales/li_NL
index 169c5e3..2f3c288 100644
--- a/localedata/locales/li_NL
+++ b/localedata/locales/li_NL
@@ -48,7 +48,7 @@ country_ab2 "<U004E><U004C>"
country_ab3 "<U004E><U004C><U0044>"
country_car "<U004E><U004C>"
country_num 528
-%FIXME country_isbn "2"
+country_isbn "978-90,978-94"
% Lèmbörgs
lang_name "<U004C><U00E8><U006D><U0062><U00F6><U0072><U0067><U0073>"
lang_ab "<U006C><U0069>"
diff --git a/localedata/locales/nds_NL b/localedata/locales/nds_NL
index 5d65798..c985594 100644
--- a/localedata/locales/nds_NL
+++ b/localedata/locales/nds_NL
@@ -47,7 +47,7 @@ country_ab2 "<U004E><U004C>"
country_ab3 "<U004E><U004C><U0044>"
country_car "<U004E><U004C>"
country_num 528
-country_isbn "3"
+country_isbn "978-90,978-94"
lang_name "<U004E><U0065><U0064><U0064><U0065><U0072><U0073><U0061><U0073><U0073><U0069><U0073><U0063><U0068>"
%lang_ab
lang_term "<U006E><U0064><U0073>"
diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL
index fa6d1fc..baca8e5 100644
--- a/localedata/locales/nl_NL
+++ b/localedata/locales/nl_NL
@@ -167,6 +167,7 @@ country_name "<U004E><U0065><U0064><U0065><U0072><U006C><U0061><U006E><U0064>"
country_ab2 "<U004E><U004C>"
country_ab3 "<U004E><U004C><U0044>"
country_num 528
+country_isbn "978-90,978-94"
country_car "<U004E><U004C>"
% Nederlands
lang_name "<U004E><U0065><U0064><U0065><U0072><U006C><U0061><U006E><U0064><U0073>"
--
1.7.1