microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

feat(localization): Clean up hardcoded strings in core project #774

Closed sfoslund closed 1 year ago

sfoslund commented 2 years ago

Details

Follow up to https://github.com/microsoft/axe-windows/pull/768, which removed hardcoded strings in other projects. This PR moves the strings that were missed in that PR in the core project into a resource file so that they can be localized if necessary.

Motivation

Localization feature

Pull request checklist