Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing .yml file for English #34

Open
yesthatguy opened this issue Dec 8, 2017 · 0 comments
Open

Missing .yml file for English #34

yesthatguy opened this issue Dec 8, 2017 · 0 comments

Comments

@yesthatguy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant