JCLocalizedString icon indicating copy to clipboard operation
JCLocalizedString copied to clipboard

A drop-in replacement for NSLocalizedString that enables you to change the language at run time

Results 5 JCLocalizedString issues
Sort by recently updated
recently updated
newest added

could you plz make it pod

I've written some KIWI uni tests around some of the logic. Add them to this project

As noted in #1 non binary/XML plist formats can't be read since 5507f98b37a5c01fb88fa5d722558afe809908d4. The fix is to conditionally support .strings files, or force conversion to binary plist format via a...

bug

This will help a lot of people work out what JCLocalizedString is all about.

enhancement

Xcode magically converts strings files into binary plist format during it's build phase. If you're using JCLocalizedString with it's optional bundle functionality then be aware that your strings files won't...