1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

match text with translation file example

This commit is contained in:
Chris Walquist 2012-12-02 14:37:18 -06:00
parent e309e74189
commit c41576ea45

View file

@ -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'