aboutsummaryrefslogtreecommitdiff
path: root/share/timedef/zh_TW.Big5.src
Commit message (Collapse)AuthorAgeFilesLines
* Finsh readding Big5 in r317204, which was reverting r315568. This commitLi-Wen Hsu2019-06-201-0/+87
| | | | | | | | | | | | reverts r315569. Reported by: Ting-Wei Lan <lantw44 gmail com> Discussed with: kevlo MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=349225
* Finish removal of Big5Baptiste Daroussin2017-03-191-87/+0
| | | | Notes: svn path=/head/; revision=315569
* Revert r304192 to fix short month names and replace %b with %_m in date_fmtKevin Lo2016-09-021-13/+13
| | | | | | | | | | | | | for Chinese locales. As mentioned in the commit message of r289041, nl_langinfo(ABMON_*) only returned numbers when using a Chinese locale, this causes problems in applications that put the short month name and the day of the month together. Spotted by: Ting-Wei Lan <lantw44 gmail com> Notes: svn path=/head/; revision=305265
* Fix ko_KR, zh_CN, zh_HK, and zh_TW locales. r304045 did not fully revertJung-uk Kim2016-08-161-36/+37
| | | | | | | date/time formats for these locales. Notes: svn path=/head/; revision=304192
* Set date and time formats back to what they were before CLDRBaptiste Daroussin2016-08-131-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | While CLDR brings us a good and up to date source data to generate locales for all databses we are using for locales, it is not the case of LC_TIME. Where it does not defines the informations we need. Put back all the date and time formats from the old locales. Make it statically for now (in order to be able to merge it now into 11.0-RELEASE). The generation tools will be updated soon. That gives us time to properly work on LC_TIME during the 12 timeframe. While here fix abbreviated month for af_ZA (which are already fixed in CLDR data upstream) In locales where AP/PM was not defined before CLDR data, remove again the AP/PM informations For locales where AP/PM was defined before CLDR data, keep the CLDR information which was properly translated. MFC after: 3 days Notes: svn path=/head/; revision=304045
* Regenerate timedef for zh_TW.Kevin Lo2016-07-271-1/+1
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=303373
* Posixify the locales name for variantsBaptiste Daroussin2016-07-031-0/+87
| | | | | | | | | | | | | | | | | | | | | | | For all locales with variants: - if no ambiguity on the locale (only one variant) just use the regular name - if ambiguity, pick one as default and append @<variant> to the others respecting POSIX As a result: - All the 3 components locales added recently are renamed to the usual 2 components version for all but sr_RS.UTF-8 - Set sr_RS.UTF-8 to the cyrillic variant - Add sr_RS.UTF-8@latin - Remove the symlinks aliases they were created to represent the 2 components version as aliasas and are now useless - Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those changes Discussed with: ache@ Approved by: re@ (gjb) Notes: svn path=/head/; revision=302329
* Add newly generated locales from CLDR 27.0.1Baptiste Daroussin2015-08-081-101/+0
| | | | Notes: svn path=/projects/collation/; revision=286464
* Comments fixingAndrey A. Chernov2007-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] Notes: svn path=/head/; revision=174990
* Comments fixingAndrey A. Chernov2007-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 Notes: svn path=/head/; revision=174977
* Add padding for some short names to make their length the same to notAndrey A. Chernov2001-03-211-9/+9
| | | | | | | break colums Notes: svn path=/head/; revision=74609
* Remove fixed length restrictions and paddingAndrey A. Chernov2001-03-211-21/+20
| | | | Notes: svn path=/head/; revision=74606
* Replace %y with %YAndrey A. Chernov2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=74570
* Convert to new locale format with md_order and without E[Ff]_fmtAndrey A. Chernov2001-03-181-4/+5
| | | | | | | Add ampm_fmt to all locales Notes: svn path=/head/; revision=74413
* Fix %EFAndrey A. Chernov2000-06-211-1/+1
| | | | Notes: svn path=/head/; revision=61902
* Don't use %E* in old fields for compatibility reasonsAndrey A. Chernov1999-12-031-1/+1
| | | | Notes: svn path=/head/; revision=54090
* Convert after %Ex->%Ef and %EF addingAndrey A. Chernov1999-11-301-2/+6
| | | | Notes: svn path=/head/; revision=53961
* Convert to new formatAndrey A. Chernov1999-11-301-1/+20
| | | | Notes: svn path=/head/; revision=53943
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.Foxfair Hu1999-06-081-0/+78
It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets> Notes: svn path=/head/; revision=47831