TimOliver/TOWebViewController

Russian and ukranian localizations are located at wrong path

kanstantsin opened this issue · 2 comments

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.

Here is the fix #63

PR merged! Thanks a lot for that! :)