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

Plugin doesn't pick up concatenated strings #5

Open
EdwardDrapkin opened this issue Sep 9, 2016 · 1 comment
Open

Plugin doesn't pick up concatenated strings #5

EdwardDrapkin opened this issue Sep 9, 2016 · 1 comment

Comments

@EdwardDrapkin
Copy link

I'm using the plugin with a function called t().

If I split a token across multiple string concat calls, the plugin does not seem to pick up the translation: t('a' + 'b') doesn't work but t('ab') does.

I looked at the code but I couldn't figure it out, sorry.

Thanks,
Eddie

@jruchaud
Copy link
Owner

jruchaud commented Sep 9, 2016

Hello

It is very strange, we have done a release with this MR that contains your case. Could you double check your version ?

Julien

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

2 participants