You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround for #33 I'm directly calling translate on my timezone value: t(ts.time_zone.name, scope: :timezones)
However, this doesn't work in English, and I explicitly need to provide the default: t(ts.time_zone.name, scope: :timezones, default: ts.time_zone.name)
I think if we include an en.yml file with the names untranslated, we could leave off the default option.
The text was updated successfully, but these errors were encountered:
As a workaround for #33 I'm directly calling translate on my timezone value:
t(ts.time_zone.name, scope: :timezones)
However, this doesn't work in English, and I explicitly need to provide the default:
t(ts.time_zone.name, scope: :timezones, default: ts.time_zone.name)
I think if we include an en.yml file with the names untranslated, we could leave off the
default
option.The text was updated successfully, but these errors were encountered: