-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can you add support for umijs/plus-locale #58
Comments
Could you please publish the sample content of general.ts? |
export default {
'general.enable': 'Enable',
'general.notEnable': 'Not Enable',
'general.createdBy': 'Create By',
'general.paramName': 'Parameter Name',
} |
Hi! |
Ok, got one project with umijs plus-locale configured. As far as I see the basic support for code-to-translation and translation-to-code navigation is already implemented out of the box of Intellij IDEA. What features missing in standard IDEA you are interested in? Code completion/code extraction/hints/missing keys highlighter? |
Folder Structure:
Usage:
in
***.tsx
The text was updated successfully, but these errors were encountered: