aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/locale/en-US.rb
diff options
context:
space:
mode:
authorSven Fuchs <svenfuchs@artweb-design.de>2008-06-21 11:35:02 +0200
committerSven Fuchs <svenfuchs@artweb-design.de>2008-06-21 11:35:02 +0200
commit428aa24d24032d382dc3d9ccf131e0c874043dbd (patch)
treec8c4a488beed7c1852550379984e94030d94e023 /activesupport/lib/active_support/locale/en-US.rb
parentc1e2506494107892a0962b8491cd234f77949c08 (diff)
downloadrails-428aa24d24032d382dc3d9ccf131e0c874043dbd.tar.gz
rails-428aa24d24032d382dc3d9ccf131e0c874043dbd.tar.bz2
rails-428aa24d24032d382dc3d9ccf131e0c874043dbd.zip
Renamed lang/ to locale/ because that's what we seem to
standarize on. Also, in future this place can be used for data/code that's not literally translations but conceptually belongs to the locale (like custom pluralization algorithms etc.).
Diffstat (limited to 'activesupport/lib/active_support/locale/en-US.rb')
-rw-r--r--activesupport/lib/active_support/locale/en-US.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/locale/en-US.rb b/activesupport/lib/active_support/locale/en-US.rb
new file mode 100644
index 0000000000..aa06fe14bd
--- /dev/null
+++ b/activesupport/lib/active_support/locale/en-US.rb
@@ -0,0 +1,7 @@
+I18n.backend.store_translations :'en-US', {
+ :support => {
+ :array => {
+ :sentence_connector => 'and'
+ }
+ }
+} \ No newline at end of file