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/lv.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/lv.yml')
-rw-r--r-- | config/locales/lv.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/lv.yml b/config/locales/lv.yml index 124a15d19..6e62b5978 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -13,7 +13,10 @@ lv: month_names: [~, Janvāris, Februāris, Marts, Aprīlis , Maijs, Jūnijs, Jūlijs, Augusts, Septembris, Oktobris, Novembris, Decembris]
abbr_month_names: [~, Jan, Feb, Mar, Apr, Mai, Jūn, Jūl, Aug, Sep, Okt, Nov, Dec]
- order: [ :day, :month, :year ]
+ order:
+ - :day
+ - :month
+ - :year
time:
formats:
|