TCLocalizer
TCLocalizer copied to clipboard
Example project?
trafficstars
This seems interesting but would be easier to pick up if you had an example project. I assume this only works for the simple translations and it's not intended to handle more complex stuff, like a need to change the layout to accommodate large strings and such..?
It's so simple I didn't think it needs an example project. Maybe I should write a blog post about it. It's just NSLocalizedString. No support for layout changes. Either use autolayout or manually deal with the layout.