summaryrefslogtreecommitdiffstats
path: root/share/timedef/zh_CN.GB18030.src
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289038,r289041:delphij2015-10-291-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Add encoding for mime-types. Fix short month names and replace %b with %_m in date_fmt for Chinese locales. When using a Chinese locale, such as zh_TW.UTF-8 or zh_CN.UTF-8, nl_langinfo(ABMON_*) only returned numbers. For instance, nl_langinfo(ABMON_1) returns 1, nl_langinfo(ABMON_2) returns 2, and so on. This causes problems in applications that put the short month name and the day of the month together. For example, 'Apr 14' in English becomes '414日' in Chinese on the top bar of GNOME Shell. This problem may be resolved by appending '月' to all short month names and replacing %b with %_m in date_fmt. ja_JP.UTF-8 already does this, and this matches the en_US.ISO8859-1 behavior, which returns 'Oct'. The GNU C Library also returns values with '月' appended. PR: 199441 Submitted by: Ting-Wei Lan <lantw44 gmail com>
* Comments fixingache2007-12-301-3/+3
| | | | | | | | 1) Back out "month names" -> "months names" and fix few such cases which are wrong initially 2) "weekdays names" -> "weekday names" Noted by: des [1]
* Comments fixingache2007-12-291-3/+3
| | | | | | | | | "month names" -> "months names" typo "Long months names (alternative)" or "in alternative form" -> "(without case ending)" "Long months names" -> "Long months names (as in a date)" to not confuse developers on what purpose those sections are
* fix short weekday names in zh_CN.*ache2003-08-231-7/+7
| | | | | PR: 55895 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Add GB18030 localeache2003-07-291-0/+102
PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
OpenPOWER on IntegriCloud