-
Notifications
You must be signed in to change notification settings - Fork 264
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
Version 1.0.14 thinks any method ending in _t
is a translation method
#572
Comments
Will check it out. |
@mvz Could you add your |
davidwessman
added a commit
that referenced
this issue
May 13, 2024
- Also fixes regex in PatternScanner to handle `theme_t "foo"` being marked as a translation. - Fixes #572
davidwessman
added a commit
that referenced
this issue
May 14, 2024
- Also fixes regex in PatternScanner to handle `theme_t "foo"` being marked as a translation. - Fixes #572
@davidwessman thanks for taking care of this. I missed your request but it seems it's not needed anymore. |
I figured it out, that it was not in an |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a method
theme_t
that takes a string and is used in my ERB files. With version 1.0.14, i18n-tasks has started complaining that these string arguments cannot be found in the translation files.It seems the relevant change is e939d0e, since the changed regex matches
theme_t "foo"
but the original regex did not.The text was updated successfully, but these errors were encountered: