jdaugherty opened a new issue, #148: URL: https://github.com/apache/grails-intellij-plugin/issues/148
What steps will reproduce the problem? 1. Create new Grails project 2. Add folder xxx to i18n with messages.properties file 3. Add key hello=xxx to locale file 4. Try to use locale key in index.gsp ``` <g:message code="hello"/> ``` What is the expected result? Link to locale key in gsp page What happens instead? Invalid i18n property key inspection shows error mark --- *Imported from [IDEA-119631](https://youtrack.jetbrains.com/issue/IDEA-119631) · Type: Bug · Votes: 1* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
