aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs/locales/en.yml
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-18 14:23:13 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-18 14:23:13 +0100
commitd9b92ee11b33fed5c7a94a91415fa846705f7dd3 (patch)
treeb936c0e1b7c9d3fbe8656a1b3a449383dcc00d55 /railties/configs/locales/en.yml
parent75fb8dfb996f5c5d8b64d10ce7b27eeb681d5316 (diff)
downloadrails-d9b92ee11b33fed5c7a94a91415fa846705f7dd3.tar.gz
rails-d9b92ee11b33fed5c7a94a91415fa846705f7dd3.tar.bz2
rails-d9b92ee11b33fed5c7a94a91415fa846705f7dd3.zip
Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH]
Diffstat (limited to 'railties/configs/locales/en.yml')
-rw-r--r--railties/configs/locales/en.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/configs/locales/en.yml b/railties/configs/locales/en.yml
new file mode 100644
index 0000000000..f265c068d8
--- /dev/null
+++ b/railties/configs/locales/en.yml
@@ -0,0 +1,5 @@
+# Sample localization file for English. Add more files in this directory for other locales.
+# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
+
+en:
+ hello: "Hello world" \ No newline at end of file