diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-09 06:04:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-15 00:15:14 -0400 |
commit | fe1f87ac127fe14a0c37262f37a1858309581f7f (patch) | |
tree | 295bc4d32cc2ac94c4d6a68848bd41ca7a975f9e /localedata/locales/ro_RO | |
parent | 41e77f36d47526544a5ea6486d44ef188f1efc53 (diff) | |
download | glibc-fe1f87ac127fe14a0c37262f37a1858309581f7f.tar.gz glibc-fe1f87ac127fe14a0c37262f37a1858309581f7f.tar.xz glibc-fe1f87ac127fe14a0c37262f37a1858309581f7f.zip |
localedata: LC_PAPER: use copy directives everywhere
There are only two page sizes that locales use: US-Letter and A4. For the former, move to copying the en_US locale, while for the latter, move to copying the i18n locale. This lets us clean up all the stray comments like FIXME. There should be no functional differences here.
Diffstat (limited to 'localedata/locales/ro_RO')
-rw-r--r-- | localedata/locales/ro_RO | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/localedata/locales/ro_RO b/localedata/locales/ro_RO index 3b0c29ffd0..4e4375aa94 100644 --- a/localedata/locales/ro_RO +++ b/localedata/locales/ro_RO @@ -278,10 +278,8 @@ first_workday 2 END LC_TIME -% Romania uses A4 paper format LC_PAPER -height 297 -width 210 +copy "i18n" END LC_PAPER @@ -292,7 +290,6 @@ int_prefix "<U0034><U0030>" END LC_TELEPHONE -% Romania uses the metric system LC_MEASUREMENT copy "i18n" END LC_MEASUREMENT |