diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-11 15:52:51 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-12 14:03:56 -0400 |
commit | 2e7a46132898c861785cb3da575033936d18fc4e (patch) | |
tree | 7023a59a72a53773cbc290d3cdb97b314e35f6ce /localedata/locales/nso_ZA | |
parent | a057f5f8cd1becc5ae8b51220283095bc808d72a (diff) | |
download | glibc-2e7a46132898c861785cb3da575033936d18fc4e.tar glibc-2e7a46132898c861785cb3da575033936d18fc4e.tar.gz glibc-2e7a46132898c861785cb3da575033936d18fc4e.tar.bz2 glibc-2e7a46132898c861785cb3da575033936d18fc4e.zip |
localedata: LC_TIME.date_fmt: delete entries same as the default value
There's no real value in populating this field when it's the same as the
default POSIX setting, so drop it from most locales so it's clear what's
going on.
Diffstat (limited to 'localedata/locales/nso_ZA')
-rw-r--r-- | localedata/locales/nso_ZA | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/localedata/locales/nso_ZA b/localedata/locales/nso_ZA index 19ee3e3b34..4b284e9b2a 100644 --- a/localedata/locales/nso_ZA +++ b/localedata/locales/nso_ZA @@ -148,22 +148,6 @@ am_pm "";"" % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r" t_fmt_ampm "" % The "" means that this format is not supported. - -% Date representation not described in ISO/IEC 14652. Comes out as - -% "%a %b %e %H:%M:%S %Z %Y" which is default "date" command output -date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/ -<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/ -<U0025><U005A><U0020><U0025><U0059>" -% -% %a - abbreviated weekday name, -% %b - abreviated month name, -% %e - day of month as a decimal number with leading space (1 to 31), -% %H - hour (24-hour clock) as a decimal number (00 to 23), -% %M - minute as a decimal number (00 to 59), -% %S - seconds as a decimal number (00 to 59), -% %Z - time-zone name, -% %Y - year with century as a decimal number,e.g. 2001. - END LC_TIME LC_MESSAGES |