Add trilingual localization support - #120
Conversation
|
Thank you so much for your contribution! Adding trilingual localization support is exactly what RClick needs 🙌 One suggestion: since the project has already dropped compatibility for macOS versions below 15, I'd recommend using the .xcstrings format instead of the traditional .strings files. It's Apple's recommended format since Xcode 15 — JSON-based, easier to manage, and removes the need to maintain both AppText.strings and Localizable.xcstrings separately. Would you like to update this PR to use .xcstrings, or I can merge it as-is and migrate myself — whichever works best for you. |
|
Updated the PR to use Localizable.xcstrings for both the main app and FinderSync extension, and removed the previous AppText.strings files. I also verified the string catalogs with xcstringstool and confirmed the project builds locally. |
Summary
Verification