https://github.com/mrlacey/respsuedoloc
A quick way to check that all string resources are localized by pseudo-localizing them.
https://github.com/mrlacey/respsuedoloc
localization resources resw resx
Last synced: 10 months ago
JSON representation
A quick way to check that all string resources are localized by pseudo-localizing them.
- Host: GitHub
- URL: https://github.com/mrlacey/respsuedoloc
- Owner: mrlacey
- License: mit
- Created: 2018-05-09T04:39:26.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T09:29:11.000Z (over 1 year ago)
- Last Synced: 2024-12-09T10:33:15.398Z (over 1 year ago)
- Topics: localization, resources, resw, resx
- Language: C#
- Homepage: https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.ResourcePseudoLocalizer
- Size: 331 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Resource Pseudo-Localizer
[](LICENSE)


[](https://github.com/mrlacey/ResPsuedoLoc/actions/workflows/build.yaml)

Download the extension from the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.ResPseudoLoc)
or get the
[CI build](http://vsixgallery.com/extension/ResPsuedoLoc.fb9c5e68-fb3b-44f4-9412-717109dc3ba9/)
A Visual Studio extension that provides a quick way to check that all string resources are localized by "pseudo-localizing" them.
If you don't speak another language it can be tricky to verify that all UI string resources are localized correctly, this tool provides a quick way to modify all the resources so that when running the app it should be easy to recognize anything that hasn't been localized.
It works with RESX and RESW files. Right click on the resource file and select the option you want. All the entries in the file will then be modified accordingly.

Options can be combined and toggled by repeating the action.
See the [change log](CHANGELOG.md) for changes and road map.