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

How to require app to amend gem's translations with a new locale? #364

Closed
mvz opened this issue Dec 16, 2020 · 1 comment · Fixed by #365
Closed

How to require app to amend gem's translations with a new locale? #364

mvz opened this issue Dec 16, 2020 · 1 comment · Fixed by #365
Milestone

Comments

@mvz
Copy link
Contributor

mvz commented Dec 16, 2020

I'm struggling with the following:

  • I'm using a (private) gem that provides translations for the :nl and :en locales
  • My app needs to also support the :de locale
  • I would like to know if I've provided all needed translations for :de

How can I configure i18n-tasks to make this happen?

@mvz
Copy link
Contributor Author

mvz commented Dec 16, 2020

It seems this was a bug: The presence of the external key is only checked in the base locale instead of the current locale.

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

Successfully merging a pull request may close this issue.

2 participants