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