Russian and ukranian localizations are located at wrong path
kanstantsin opened this issue · 2 comments
kanstantsin commented
Hi!
Directories for ru.lproj and uk.lproj are located inside of en.lproj directory, so these localizations don't work.
I would also suggest to use initWithBarButtonSystemItem:UIBarButtonSystemItemDone
for Done button. It will use system localization for 'Done' text, so no localization is needed on iOS 6+, while UI looks the same.
kanstantsin commented
Here is the fix #63
TimOliver commented
PR merged! Thanks a lot for that! :)