aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorSven Fuchs <svenfuchs@artweb-design.de>2008-06-19 16:43:30 +0200
committerSven Fuchs <svenfuchs@artweb-design.de>2008-06-19 16:43:30 +0200
commit4a8486a1b1aa28d4cab5571b55301917221870e9 (patch)
treee03f2ba48f666d4bc6025536bbcc87d2fee65900 /activesupport/lib/active_support
parent45d41f0dadd9fa171f306ff356770c4492726f30 (diff)
downloadrails-4a8486a1b1aa28d4cab5571b55301917221870e9.tar.gz
rails-4a8486a1b1aa28d4cab5571b55301917221870e9.tar.bz2
rails-4a8486a1b1aa28d4cab5571b55301917221870e9.zip
add lang file for active_support
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/lang/en-US.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/lang/en-US.rb b/activesupport/lib/active_support/lang/en-US.rb
new file mode 100644
index 0000000000..8732927f48
--- /dev/null
+++ b/activesupport/lib/active_support/lang/en-US.rb
@@ -0,0 +1,7 @@
+I18n.backend.add_translations :'en-US', {
+ :support => {
+ :array => {
+ :sentence_connector => 'and'
+ }
+ }
+} \ No newline at end of file