Comment 2 for bug 654338

Revision history for this message
mangtronix (mang) wrote : Re: i8n, support for right-to-left

We'd like to make it easy to internationalize the UI. Unfortunately we aren't quite there yet.

Note that it is technically possible to modify the toolbar tooltips without changing BookReader.js. You could modify the tooltips after calling BookReader.init

Basically after you call BookReader.init you could do something similar to this to override the values that were previously set:
http://github.com/openlibrary/bookreader/blob/master/BookReader/BookReader.js#L3164

That wouldn't quite get everything in the UI though. It would be great to have all the UI strings in a file to make it easier to add new languages.

  - mang