mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
b2d4456b33
commit
ef9ec89760
|
@ -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>
|
2016-04-08 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
[BZ #16137]
|
[BZ #16137]
|
||||||
|
|
|
@ -77,7 +77,7 @@ copy "en_GB"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
LC_PAPER
|
LC_PAPER
|
||||||
copy "en_US"
|
copy "en_GB"
|
||||||
END LC_PAPER
|
END LC_PAPER
|
||||||
|
|
||||||
LC_NAME
|
LC_NAME
|
||||||
|
|
|
@ -77,7 +77,7 @@ copy "nl_NL"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
LC_PAPER
|
LC_PAPER
|
||||||
copy "en_US"
|
copy "nl_NL"
|
||||||
END LC_PAPER
|
END LC_PAPER
|
||||||
|
|
||||||
LC_NAME
|
LC_NAME
|
||||||
|
|
Loading…
Reference in New Issue