Closed quangDecember closed 4 years ago
Looking good, please add support for UIImage and UIColor and then we can merge 🚀
Hey I added support for NSLocalizedString
and UIColor
already, tho I'm not sure why there're two places for NSLocalizedString(
Yup, I tested on my projects, useful to me, because I mainly work on frameworks.
On NSLocalizedString
I only tested on .string files, but I think it would be the same for others
Merged, thank you! I've also updated the homebrew formula so you can update to the new version (1.1.3) using brew update + brew upgrade
without setting
bundle
for the generated code, it will crash when using with framework bundles. I've just completed support forUIImage
. If you agree on my solution, I'll continue with the otherNSLocalizedString
,UIColor
,...