Skip to content

Add support for .RESW files #5

@mrlacey

Description

@mrlacey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions