|
This is about the English strings in http://squeakland.org/launcher which are displayed under Sugar offering to download instead of embedding the project.
Almost fixed now, using a modified JavaScript launcher. Sources and translations are at
https://github.com/bertfreudenberg/etoys-plugin-launcher We now have Spanish and German translations at http://squeakland.org/launcher Possible improvements: * make non-latin languages work. This means switching to UTF-8 content type, but not sure how to do that for a single page. * use server-side language detection. Currently it uses the navigator.language property which reports the user's system language, not the browser's preferred languages. |
||||||||||||||||||||||||||||||||||
1) the text outside the plugin should be i18n
2) we should pass a language variable into the plugin
3) something else