svn commit: r303354 - head/share/timedef

Andrey Chernov ache at freebsd.org
Wed Jul 27 00:55:49 UTC 2016


On 27.07.2016 3:46, Kevin Lo wrote:
> Author: kevlo
> Date: Wed Jul 27 00:46:48 2016
> New Revision: 303354
> URL: https://svnweb.freebsd.org/changeset/base/303354
> 
> Log:
>   Add weekday to the date format.

This file is generated, so this change will be lost after next
generation. It will be better to fix generation script instead.

> 
> Modified:
>   head/share/timedef/zh_TW.UTF-8.src
> 
> Modified: head/share/timedef/zh_TW.UTF-8.src
> ==============================================================================
> --- head/share/timedef/zh_TW.UTF-8.src	Wed Jul 27 00:08:01 2016	(r303353)
> +++ head/share/timedef/zh_TW.UTF-8.src	Wed Jul 27 00:46:48 2016	(r303354)
> @@ -56,14 +56,14 @@
>  %Y/%m/%d
>  #
>  # c_fmt
> -%Y年%m月%e日 %p%I:%M:%S [%Z]
> +%Y年%m月%e日%A %p%I:%M:%S [%Z]
>  #
>  # AM/PM
>  上午
>  下午
>  #
>  # date_fmt
> -%Y年%m月%e日 %p%I:%M:%S [%Z]
> +%Y年%m月%e日%A %p%I:%M:%S [%Z]
>  #
>  # Long month names (without case ending)
>  1月
> 



More information about the svn-src-all mailing list