aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorChris Walquist <chris@walquist.net>2012-12-02 14:37:18 -0600
committerChris Walquist <chris@walquist.net>2012-12-02 14:37:18 -0600
commitc41576ea45c4b092c6dd105ec6bb1b9c8830016e (patch)
tree4263f0e186ef64fd3e82c502d6d873bd0690cb92 /guides/source/i18n.md
parente309e7418964728a477aad2fda8b061657fd41df (diff)
downloadrails-c41576ea45c4b092c6dd105ec6bb1b9c8830016e.tar.gz
rails-c41576ea45c4b092c6dd105ec6bb1b9c8830016e.tar.bz2
rails-c41576ea45c4b092c6dd105ec6bb1b9c8830016e.zip
match text with translation file example
Diffstat (limited to 'guides/source/i18n.md')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index e1cf21f039..1131b7f245 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -696,7 +696,7 @@ en:
long: "%B %d, %Y"
```
-So, all of the following equivalent lookups will return the `:short` date format `"%B %d"`:
+So, all of the following equivalent lookups will return the `:short` date format `"%b %d"`:
```ruby
I18n.t 'date.formats.short'