From d69b4b7bea28fcab04f61afe381e06fa8e37b429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarmo=20T=C3=A4nav?= Date: Tue, 7 Oct 2008 14:23:05 +0300 Subject: Made i18n simple backend able to store false values (and not confuse them with nil or lack of value) Implemented support.array.skip_last_comma i18n key for Array#to_sentence, this also tests the ability to store false. Signed-off-by: Pratik Naik --- activesupport/lib/active_support/locale/en-US.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/locale/en-US.yml') diff --git a/activesupport/lib/active_support/locale/en-US.yml b/activesupport/lib/active_support/locale/en-US.yml index 60ecb1d42a..c31694b9d6 100644 --- a/activesupport/lib/active_support/locale/en-US.yml +++ b/activesupport/lib/active_support/locale/en-US.yml @@ -29,3 +29,4 @@ en-US: support: array: sentence_connector: "and" + skip_last_comma: false -- cgit v1.2.3