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:
parent
e309e74189
commit
c41576ea45
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue