There is something for internationalization in Php (PhpStorm) like we have in Java (Intellij IDEA)
When developing a Java application, I can use the ResourceManger for Internationalization (i18n). Many IDEs (like Intellij IDEA) support these files - I can click on the id in the ResourceManager call and go directly to the resource file. I see in the resource file where IDs are actually used in the application and I have a graphical editor:
Is there something similar for PHP? In the application I'm developing we have a self-developed tool for the i18n - obviously there is no IDE support for it. I would really like to have similar IDE support, for example, in PhpStorm as the power of IDE support explodes. What are the possible solutions to this problem? Is it possible to do this in PhpStorm?
+3
source to share