diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-21 23:23:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-21 23:23:38 +0000 |
commit | 80e4ad63bd5a9e6994c08b5e0f10873271eeca2c (patch) | |
tree | 09e7c233cee35511af322cc4a7d0ebbc65e5fb3c /config/locales/ja.yml | |
parent | 79fb4a4c354b20f531dc3934e81f00166e96fb60 (diff) | |
download | redmine-80e4ad63bd5a9e6994c08b5e0f10873271eeca2c.tar.gz redmine-80e4ad63bd5a9e6994c08b5e0f10873271eeca2c.zip |
change i18n files to use valid yaml syntax that may be parsed by psych (#8209).
Contributed by Gregor Schmidt.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5508 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 167d33613..b7e05fb53 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -20,7 +20,10 @@ ja: month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] # Used in date_select and datime_select. - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: |