mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix "Esperanto" name
Correct spelling is "Esperanto": https://en.wikipedia.org/wiki/Esperanto
This commit is contained in:
parent
ffdbfb2704
commit
6de2813919
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ emails asynchronously:
|
|||
```ruby
|
||||
I18n.locale = :eo
|
||||
|
||||
UserMailer.welcome(@user).deliver_later # Email will be localized to Esparanto.
|
||||
UserMailer.welcome(@user).deliver_later # Email will be localized to Esperanto.
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue