-
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
"Missing default translation file" warning all over Vue project since Rider 2021.1 EAP #101
Comments
I am having the same issue in PhpStorm 2020.3.2 (Build #PS-203.7148.74, built on January 27, 2021) in a React.js project. My translations are in: Update: Plugin version 2.6.0 seems to be causing an issue. It works fine on 2.5.0. Could it be the vue support update? |
All the 2021.1 versions are now released. Any change to get this looked at? |
Facing the same issue, is there any solution? |
Same issue for |
Okay, I had the same troubles but it seems that you don't need to point the Vue locales directory to |
@marko-lorentz @cb-adarsh @cypressious do you still experience the problem? |
@nyavro the problem appears regardless of whether "Support vue namespaces" is checked. |
I can't get it to work on Vue 3 |
I develop Vue 3 app in PHPStorm. If you go to settings -> plugins, download "Easy I18n", disable "i18n support". After that, a new menu item appears in bottom PHPStorm bar, next to terminal. Click on it, on top left click the configure icon, configure locales directory etc. and you are done. Working like a charm. |
@CaliforniaMountainSnake I solved this by making sure the files can be found in Found the solution here in the example: https://github.com/nyavro/i18nPlugin/tree/HEAD/examples/react-i18n-using-hooks But I do think that the plugin should offer a setting for telling it where to find the translation files. I use the |
I'm having the same issue in react |
I'm using
JetBrains Rider 2021.1 EAP 6
Build #RD-211.6305.3, built on March 3, 2021
and in my Vue project that was working fine on 2020.3, I'm now getting "Missing default translation file" warnings all over the place. See the following screenshot for an example:
The text was updated successfully, but these errors were encountered: