aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/locale/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/locale/en.yml')
-rw-r--r--activesupport/lib/active_support/locale/en.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/locale/en.yml b/activesupport/lib/active_support/locale/en.yml
index 92132cacd5..e604c9ee8c 100644
--- a/activesupport/lib/active_support/locale/en.yml
+++ b/activesupport/lib/active_support/locale/en.yml
@@ -28,5 +28,6 @@ en:
# Used in array.to_sentence.
support:
array:
- sentence_connector: "and"
- skip_last_comma: false
+ words_connector: ", "
+ two_words_connector: " and "
+ last_word_connector: ", and "