diff options
author | ume <ume@FreeBSD.org> | 2009-11-11 11:24:02 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2009-11-11 11:24:02 +0000 |
commit | 9a5427c4c583f043018388618df029ed5c3b4850 (patch) | |
tree | cc4d2c4c06f986b0d2239166b169b2c27d399581 /share/timedef | |
parent | 17cadb1aa54db7660df55a98f34126e08af6760f (diff) | |
download | FreeBSD-src-9a5427c4c583f043018388618df029ed5c3b4850.zip FreeBSD-src-9a5427c4c583f043018388618df029ed5c3b4850.tar.gz |
Add unit to the short month names for Japanese locales.
Without unit, the output of the application like ls(1)
is complicated.
Reviewed by: nork
MFC after: 1 week
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/ja_JP.SJIS.src | 24 | ||||
-rw-r--r-- | share/timedef/ja_JP.UTF-8.src | 24 | ||||
-rw-r--r-- | share/timedef/ja_JP.eucJP.src | 24 |
3 files changed, 36 insertions, 36 deletions
diff --git a/share/timedef/ja_JP.SJIS.src b/share/timedef/ja_JP.SJIS.src index 8a1de08..57fd95c 100644 --- a/share/timedef/ja_JP.SJIS.src +++ b/share/timedef/ja_JP.SJIS.src @@ -5,18 +5,18 @@ # # Short month names # - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -10 -11 -12 + 1ŒŽ + 2ŒŽ + 3ŒŽ + 4ŒŽ + 5ŒŽ + 6ŒŽ + 7ŒŽ + 8ŒŽ + 9ŒŽ +10ŒŽ +11ŒŽ +12ŒŽ # # Long month names (as in a date) # diff --git a/share/timedef/ja_JP.UTF-8.src b/share/timedef/ja_JP.UTF-8.src index 9ee39a5..1ee99ca 100644 --- a/share/timedef/ja_JP.UTF-8.src +++ b/share/timedef/ja_JP.UTF-8.src @@ -4,18 +4,18 @@ # WARNING: empty lines are essential too # # Short month names - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -10 -11 -12 + 1月 + 2月 + 3月 + 4月 + 5月 + 6月 + 7月 + 8月 + 9月 +10月 +11月 +12月 # # Long month names (as in a date) # diff --git a/share/timedef/ja_JP.eucJP.src b/share/timedef/ja_JP.eucJP.src index 299f1a7..218b2e9 100644 --- a/share/timedef/ja_JP.eucJP.src +++ b/share/timedef/ja_JP.eucJP.src @@ -4,18 +4,18 @@ # WARNING: empty lines are essential too # # Short month names - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -10 -11 -12 + 1·î + 2·î + 3·î + 4·î + 5·î + 6·î + 7·î + 8·î + 9·î +10·î +11·î +12·î # # Long month names (as in a date) # |