summaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-04-21 23:23:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-04-21 23:23:38 +0000
commit80e4ad63bd5a9e6994c08b5e0f10873271eeca2c (patch)
tree09e7c233cee35511af322cc4a7d0ebbc65e5fb3c /config/locales/en.yml
parent79fb4a4c354b20f531dc3934e81f00166e96fb60 (diff)
downloadredmine-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/en.yml')
-rw-r--r--config/locales/en.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f5a3ffab1..902f0a1f7 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -17,7 +17,10 @@ en:
month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
# Used in date_select and datime_select.
- order: [ :year, :month, :day ]
+ order:
+ - :year
+ - :month
+ - :day
time:
formats: