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/da.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/da.yml')
-rw-r--r-- | config/locales/da.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/da.yml b/config/locales/da.yml index cde883970..4cb68a7ee 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -14,7 +14,10 @@ da: abbr_day_names: [sø, ma, ti, 'on', to, fr, lø] month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december] abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: |