othyn / macos-auto-clicker

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

As a user, I would like support for localisation #36

Closed othyn closed 2 years ago

othyn commented 2 years ago

As it says on the tin, this would just be the ground work required to start accepting language support PR's as part of #10

raimeenakshi commented 2 years ago

Hi @othyn to be clear, you just wish to add Localizable.strings file added to your project, or something else?

othyn commented 2 years ago

@Max-Rai thank you for opening a dialogue on implementing this! 😄

This is the first time for me localising a macOS project, is using Localisable.strings the best approach for this in your opinion? It's the native approach isn't it?

From my limited knowledge on this, I think this is the direction that would be good for this project (given it's the native approach)

I'm in limited contact until late July (25th~ish), just if I don't respond 😄

raimeenakshi commented 2 years ago

Hi @othyn attaching few resources which are common for all Apple platforms to support Localization. One can go down the rabbit hole on these documentations, depending on how curious they are 😅

othyn commented 2 years ago

@Max-Rai thanks for those, very interesting reads! From those I also came across:

... now just to find the time to implement it!