aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-01-25 22:50:02 -0600
committerJoshua Peek <josh@joshpeek.com>2009-01-25 22:51:21 -0600
commita98cd7ca9b2f24a4500963e58ba5c37d6bdf9259 (patch)
treed9c51d0de740f371c745a859afd043aa6f0b85a0 /actionpack/test/fixtures
parent5c062bf1000886d26b3a4c3b08dfb6618a4adcdf (diff)
downloadrails-a98cd7ca9b2f24a4500963e58ba5c37d6bdf9259.tar.gz
rails-a98cd7ca9b2f24a4500963e58ba5c37d6bdf9259.tar.bz2
rails-a98cd7ca9b2f24a4500963e58ba5c37d6bdf9259.zip
Add localized templates
# Default locale app/views/messages/index.html.erb # I18n.locale is set to :da (Danish) app/views/messages/index.da.html.erb
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/hello_world.da.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/hello_world.da.html.erb b/actionpack/test/fixtures/test/hello_world.da.html.erb
new file mode 100644
index 0000000000..10ec443291
--- /dev/null
+++ b/actionpack/test/fixtures/test/hello_world.da.html.erb
@@ -0,0 +1 @@
+Hey verden \ No newline at end of file