Skip to content
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

resx file not recognized correctly #1

Closed
CyberGuerro opened this issue Aug 11, 2023 · 5 comments
Closed

resx file not recognized correctly #1

CyberGuerro opened this issue Aug 11, 2023 · 5 comments

Comments

@CyberGuerro
Copy link

I have a .Net project and views are organized like this:
Views\ViewName\index.cshtml

Their localizations are organized like this:
Resources\Views\ViewName.Index.[language code (es. "en") or nothing for natural].resx

In this case it doesn't recognize all localizations, but only considers up to ".Index"

For controllers, resource files are organized like this:
Resources\Controllers\ControllerName.string.[language code (es. "en") or nothing for natural].resx

In this case it doesn't recognize all localizations but only considers up to "string"

@Dspecht7123
Copy link
Owner

Hello @CyberGuerro ,
thanks for reporting the issue. I will have a look the following days.

@Dspecht7123
Copy link
Owner

Hello @CyberGuerro ,
I have changed the logic for recognizing the resx-files.
Please let me know if the issue is fixed for you. If yes I will close the issue.

Dspecht7123 pushed a commit that referenced this issue Aug 18, 2023
@CyberGuerro
Copy link
Author

THX, I’ll test it on monday when I’ll come back from holydays 😀
Stay tuned

@CyberGuerro
Copy link
Author

With 0.0.6 now it works like a charm :-)
Good job

@Dspecht7123
Copy link
Owner

Great!
@CyberGuerro if you like the extension I'm happy about a rating in the marketplace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants