onomojo / i18n-timezones

Rails I18n timezone translations
MIT License
67 stars 49 forks source link

Add missing en locale #57

Closed rantler closed 2 years ago

rantler commented 2 years ago

The en.yml locale file was not present. Since the README.md mentioned it specifically I reasoned it was valid to add it.

This change also resolved an error that was occurring in the Rails console shown below:

I18n.t('Pacific Time (US & Canada)', :scope => :timezones, :locale => :en)
=> "translation missing: en.timezones.Pacific Time (US & Canada)"
rantler commented 2 years ago

I didn't mean to open this PR on this fork. Sorry. 😊