TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

localization-fix: move ru and uk localizations, fix done button text #63

Closed kanstantsin closed 9 years ago

kanstantsin commented 9 years ago

Localizations ru.lproj and uk.lproj moved from en.lproj to root directory. System bar button item is used for Done button.

TimOliver commented 9 years ago

Thanks for this! I was trying to remember if there was any explicit reason why I chose to make 'Done' a string instead of relying on the system default version, but nothing came to mind. All good!