aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/lang/en-US.rb
blob: aa06fe14bdbc8a15981c9292319a517b41863b91 (plain) (blame)
1
2
3
4
5
6
7
I18n.backend.store_translations :'en-US', {
  :support => {
    :array => {
      :sentence_connector => 'and'
    }
  }
}