1
0
Fork 0
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:
Miguel Parramon 2015-10-07 17:54:50 +02:00
parent ffdbfb2704
commit 6de2813919

View file

@ -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.
```