diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-09 15:28:52 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-09 20:23:44 -0400 |
commit | ef9ec897605ebb1422f1ddae26c944e739d2a660 (patch) | |
tree | 59e9a0cfe3b8ce6429c34ef119f11a1fc17b2cec /localedata/locales | |
parent | b2d4456b333970ab4cb01ed8045b9a8d2c4832f3 (diff) | |
download | glibc-ef9ec897605ebb1422f1ddae26c944e739d2a660.tar.gz glibc-ef9ec897605ebb1422f1ddae26c944e739d2a660.tar.xz glibc-ef9ec897605ebb1422f1ddae26c944e739d2a660.zip |
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.
Diffstat (limited to 'localedata/locales')
-rw-r--r-- | localedata/locales/en_AG | 2 | ||||
-rw-r--r-- | 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 ec03d46209..750d2ca876 100644 --- a/localedata/locales/en_AG +++ b/localedata/locales/en_AG @@ -77,7 +77,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 727ca705f4..523d3a2588 100644 --- a/localedata/locales/nl_AW +++ b/localedata/locales/nl_AW @@ -77,7 +77,7 @@ copy "nl_NL" END LC_MESSAGES LC_PAPER -copy "en_US" +copy "nl_NL" END LC_PAPER LC_NAME |