diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-03 11:01:42 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-03 11:01:42 +0000 |
commit | 5715f40b211b49d9454c7619101e9f4dd9f85372 (patch) | |
tree | 0edaa6e9650fcb6fc833d3dcb41c2f8b6709d181 | |
parent | 524baaa9cab1cc70eb2a7aa3cb617e81929ded97 (diff) | |
download | redmine-5715f40b211b49d9454c7619101e9f4dd9f85372.tar.gz redmine-5715f40b211b49d9454c7619101e9f4dd9f85372.zip |
YAML.load_file fails with ruby 1.9.3p194 (2012-04-20) [i386-mingw32].
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11094 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/ro.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/locales/ro.yml b/config/locales/ro.yml index 4b0bf4025..8791313b8 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -10,10 +10,8 @@ ro: day_names: [Duminică, Luni, Marti, Miercuri, Joi, Vineri, Sâmbătă] abbr_day_names: [Dum, Lun, Mar, Mie, Joi, Vin, Sâm] - # Don't forget the nil at the beginning; there's no such thing as a 0th month month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie] abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec] - # Used in date_select and datime_select. order: - :day - :month |