You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only .resx files are supported.
.resw files have the same internal structure and so should be easy to support. However, the way they are used in code makes their usage harder to identify.
Add support if a simple way to identify their usage can be identified.
This may require more complicated code analysis than just string matching. I originally looked at this for resx support too but it is much more complicated and there are many errors and edge cases to consider.
The text was updated successfully, but these errors were encountered:
Currently, only .resx files are supported.
.resw files have the same internal structure and so should be easy to support. However, the way they are used in code makes their usage harder to identify.
Add support if a simple way to identify their usage can be identified.
This may require more complicated code analysis than just string matching. I originally looked at this for resx support too but it is much more complicated and there are many errors and edge cases to consider.
The text was updated successfully, but these errors were encountered: