-
-
Notifications
You must be signed in to change notification settings - Fork 137
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 Translation" all the time #262
Comments
i dont check external path at all, but there can be some issue :) also "check Help -> Show log in ..." |
Ahhh, i know what's wrong here. The In one of those lines the following log-line is written:
You took the I know, currently it's just relevant for me, but maybe other users will have the same issue in the future... |
i only filter for php files and inside them the interface. can u validate your export about that? if(fileName.startsWith("catalogue") && fileName.endsWith("php")) {
....
if(phpClass != null && symfony2InterfacesUtil.isInstanceOf(phpClass, "\\Symfony\\Component\\Translation\\MessageCatalogueInterface")) { |
We're using xliff files for translations, so this bites us too. |
sry i dont use xliff files in my projects, so this is not on my roadmap. moreover this should be not to hard to implement. |
Okay, I'll give that a try the next days and will inform you about that afterwards. |
I'm experiencing the same issue. Any update on this? |
Same issue, with .po files. |
i started a testing symfony2 repo at https://github.com/Haehnchen/idea-php-symfony2-plugin-test |
… non project files may not change its content #262
@saschaglo |
behavior should now reflect more use cases. |
Hi there,
I am using PhpStorm on Version 7.1 (Builder 133.982) and Symfony 2.4.
I have one problem with translations. I configured all correctly (I hope) but as all the other features work as intended I think that everything is correct. The problem is that all translations (irrelevant if in twig template or inside controller) are highlighted with the tooltip "Missing Translation".
The thing that confuses me most: if I use the auto completion for the translations, they show up and I could choose from one of them in the list.
There is also no errors at all in PhpStorm... it just do not show up. Suggestions for service container and so on all work good.
One thing I have to tell about my S2-config: I configured all paths for the project to an external (local) server on which my S2-env is running. Maybe that is the issue?
The text was updated successfully, but these errors were encountered: