diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-09 06:25:52 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-12 16:47:52 -0400 |
commit | 1c20cb209831ae381fce83ed244f97db910e0686 (patch) | |
tree | 5e45bcca1ab6a52a37abf4cc7062d1ed00c4f3e8 /localedata/locales/i18n | |
parent | ff01283962335e937f91c675c37063419235d5b4 (diff) | |
download | glibc-1c20cb209831ae381fce83ed244f97db910e0686.tar.gz glibc-1c20cb209831ae381fce83ed244f97db910e0686.tar.xz glibc-1c20cb209831ae381fce83ed244f97db910e0686.zip |
localedata: LC_MEASUREMENT: use copy directives everywhere
There are only two measurement systems that locales use: US and metric. 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/i18n')
-rw-r--r-- | localedata/locales/i18n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 844859dc5f..be60caaf4e 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -2508,7 +2508,6 @@ END LC_TELEPHONE LC_MEASUREMENT % This is the ISO/IEC 14652 "i18n" definition for -% the LC_MEASUREMENT category. -% -measurement 1 +% the LC_MEASUREMENT category. It indicates metric. +measurement 1 END LC_MEASUREMENT |