othyn / macos-auto-clicker

A simple auto clicker for macOS Big Sur, Monterey, Ventura and Sonoma.
MIT License
208 stars 24 forks source link

Adds localisation support! #37

Closed othyn closed 2 years ago

othyn commented 2 years ago

Description

Replaces out all en-GB string instances with localised variants, laying the ground work for further language expansion. Along with this there are a few UI updates to best support this.

Related Issue

Closes #36 Required for #10

Motivation and Context

Makes the application far more accessible to more people.

How Has This Been Tested?

Manually, as there is no current automated test suite. Checking all occurances of the english language and using the 'Product > Export localizations...' option to to dump the current localisations and making sure that they are all covered.

Types of changes

Checklist