Replies: 2 comments 2 replies
-
You can use fix_SPM_localization_issue branch for the time being, it only shows English strings now. I will fix Swift Package Manager localization issue later. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@tdlinton I just released Mantis 1.7.5 which solved the localization issue for SPM. You can use this new version instead of the branch |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for putting this framework in GitHub. It looks very useful!
I am having sort of the inverse of the previously reported issue with localization in Mantis.
When I build the example program using Cocoa Pods it works fine. But when I build it using the Swift Package Manager instead, the internally used strings aren't being localized properly. So the Crop buttons show up as "Mantis.Cancel" and "Mantis.Done" instead of "Cancel" and "Done". Do you have any idea how to fix this?
Things I've done to try to fix or debug it:
I'm using Xcode 13.1 with Swift language setting of 5.
Can you suggest anything else to try?
Thanks!
Tom
Beta Was this translation helpful? Give feedback.
All reactions