diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-27 08:14:15 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-27 08:14:15 +0000 |
commit | 839b21a6f45bae59ad519ff38dc3022208c69083 (patch) | |
tree | 19ac68324e90f69bde7f7400f432c3e49e8f2e2d /share/timedef/zh_TW.UTF-8.src | |
parent | 6c8cc8ec4bc11bef0c723076612ad0b54e874b9b (diff) |
Add UTF-8 versions of all the currently supported system locales. Most of
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
Notes
Notes:
svn path=/head/; revision=127474
Diffstat (limited to 'share/timedef/zh_TW.UTF-8.src')
-rw-r--r-- | share/timedef/zh_TW.UTF-8.src | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/share/timedef/zh_TW.UTF-8.src b/share/timedef/zh_TW.UTF-8.src new file mode 100644 index 000000000000..27b74ddc2b1d --- /dev/null +++ b/share/timedef/zh_TW.UTF-8.src @@ -0,0 +1,101 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 +10 +11 +12 +# +# Long month names +# +1月 +2月 +3月 +4月 +5月 +6月 +7月 +8月 +9月 +10月 +11月 +12月 +# +# Short weekday names +# +日 +一 +二 +三 +四 +五 +六 +# +# Long weekday names +# +周日 +周一 +周二 +周三 +周四 +周五 +周六 +# +# X_fmt +# +%H時%M分%S秒 +# +# x_fmt +# +%Y/%m/%d +# +# c_fmt +# +%a %b/%e %T %Y +# +# am +# +上午 +# +# pm +# +下午 +# +# date_fmt +# +%Y年%b月%e日 %A %X %Z +# +# Long month names (alternative) +# +1月 +2月 +3月 +4月 +5月 +6月 +7月 +8月 +9月 +10月 +11月 +12月 +# +# md_order +# +md +# +# ampm_fmt +# +%I:%M:%S %p +# EOF |