diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-29 02:09:47 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-29 02:09:47 +0530 |
commit | dd166c60c48e4d644a627a548fdd9087d3f2aeec (patch) | |
tree | 9c55384a772f5271d8f5f774bcd07d2837ad413a /railties/guides/source/i18n.textile | |
parent | 98368546719cf09b3bc2c88735f7d72ffc048679 (diff) | |
download | rails-dd166c60c48e4d644a627a548fdd9087d3f2aeec.tar.gz rails-dd166c60c48e4d644a627a548fdd9087d3f2aeec.tar.bz2 rails-dd166c60c48e4d644a627a548fdd9087d3f2aeec.zip |
fixed incorrect spacing from 98368546719cf09b3bc2
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r-- | railties/guides/source/i18n.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile index de2bc78eac..bb8bf8b240 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -623,7 +623,7 @@ pt: bar: baz </ruby> -As you see, in both cases the top level key is the locale. +:foo+ is a namespace key and +:bar+ is the key for the translation "baz". +As you see, in both cases the top level key is the locale. +:foo+ is a namespace key and +:bar+ is the key for the translation "baz". Here is a "real" example from the Active Support +en.yml+ translations YAML file: |