From 1511b313776bbb710c21075013407429d37d4b40 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 21 Feb 2009 14:10:46 +0000 Subject: [PATCH] Add missing 'support' section to he and it locales. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2500 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/he.yml | 5 +++++ config/locales/it.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/locales/he.yml b/config/locales/he.yml index 1a82fd128..92d27904b 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -77,6 +77,11 @@ he: precision: 2 format: '%u %n' + support: + array: + sentence_connector: "and" + skip_last_comma: false + activerecord: errors: messages: diff --git a/config/locales/it.yml b/config/locales/it.yml index 04d243f93..62670bc13 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -75,6 +75,11 @@ it: precision: 2 format: '%n %u' + support: + array: + sentence_connector: "and" + skip_last_comma: false + activerecord: errors: template: -- 2.39.5