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] localedata: CLDRv28: update LC_PAPER values


These locales should be using A4 paper size rather than US-Letter.
Update the copy points to match the others in the file.  All other
locales have been verified against the CLDR and hand checking.
---
 localedata/locales/en_AG | 2 +-
 localedata/locales/nl_AW | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/localedata/locales/en_AG b/localedata/locales/en_AG
index 763ba82..90c0b5b 100644
--- a/localedata/locales/en_AG
+++ b/localedata/locales/en_AG
@@ -69,7 +69,7 @@ copy "en_GB"
 END LC_MESSAGES
 
 LC_PAPER
-copy "en_US"
+copy "en_GB"
 END LC_PAPER
 
 LC_NAME
diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW
index 5989f2e..600fa39 100644
--- a/localedata/locales/nl_AW
+++ b/localedata/locales/nl_AW
@@ -69,7 +69,7 @@ copy "nl_NL"
 END LC_MESSAGES
 
 LC_PAPER
-copy "en_US"
+copy "nl_NL"
 END LC_PAPER
 
 LC_NAME
-- 
2.6.2


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