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 | |
parent | b2d4456b333970ab4cb01ed8045b9a8d2c4832f3 (diff) | |
download | glibc-ef9ec897605ebb1422f1ddae26c944e739d2a660.zip glibc-ef9ec897605ebb1422f1ddae26c944e739d2a660.tar.gz glibc-ef9ec897605ebb1422f1ddae26c944e739d2a660.tar.bz2 |
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')
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/en_AG | 2 | ||||
-rw-r--r-- | localedata/locales/nl_AW | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 45cbc1c..af2cf30 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2016-04-09 Mike Frysinger <vapier@gentoo.org> + + * locales/en_AG (LC_PAPER): Copy en_GB instead. + * locales/nl_AW (LC_PAPER): Copy nl_NL instead. + 2016-04-08 Mike Frysinger <vapier@gentoo.org> [BZ #16137] diff --git a/localedata/locales/en_AG b/localedata/locales/en_AG index ec03d46..750d2ca 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 727ca70..523d3a2 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 |