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/no.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/no.yml')
-rw-r--r-- | config/locales/no.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/no.yml b/config/locales/no.yml index 273de20a9..b5f065919 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -13,7 +13,10 @@ abbr_day_names: [søn, man, tir, ons, tor, fre, lør] month_names: [~, januar, februar, mars, april, mai, juni, juli, august, september, oktober, november, desember] abbr_month_names: [~, jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: default: "%A, %e. %B %Y, %H:%M" |