kiwix / kiwix-xulrunner

[ARCHIVED] Legacy Kiwix desktop solution for Windows/macOS/Linux
https://download.kiwix.org/release/kiwix-xulrunner/
GNU General Public License v3.0
112 stars 28 forks source link

UI language change of Kiwix for Android UI should apply to HTML render widget language #444

Closed kelson42 closed 7 years ago

kelson42 commented 7 years ago

Like this we should be able, if the ZIM file is correctly configured, to adapt the content, depending of UI language. This is in particular needed for the Phets custom app.

kelson42 commented 7 years ago

@mhutti1 Does that make sense to you?

mhutti1 commented 7 years ago

@kelson42 How would the alternative languages be stored in the ZIM file?

kelson42 commented 7 years ago

@mhutti1 All languages are stored (maybe partly with json files, ...) in the ZIM, javascript (in the ZIM HTML content) would do the rest.

mhutti1 commented 7 years ago

@kelson42 So we can call javascript functions or use different urls. Ideally if we use java-script though text shouldn't be displayed until the app tells it which language to use to avoid flickering,

kelson42 commented 7 years ago

This issue was moved to kiwix/kiwix-android#25