[etoys-notify] [JIRA] Commented: (SQ-100) Translate project launcher

Bert Freudenberg (JIRA) tracker at squeakland.org
Tue May 17 06:02:31 EDT 2011


    [ http://tracker.squeakland.org/browse/SQ-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39794#action_39794 ] 

Bert Freudenberg commented on SQ-100:
-------------------------------------

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.

> Translate project launcher
> --------------------------
>
>                 Key: SQ-100
>                 URL: http://tracker.squeakland.org/browse/SQ-100
>             Project: squeakland
>          Issue Type: Improvement
>          Components: translation, website
>            Reporter: Scott Wallace
>
> From TRAC 8440 (bert) 
> When showing an Etoys project in the browser under Sugar, the page displayed is in English. It should be translated.
> There should be a po file with the strings. Then we could convert to json which could be embedded in the launcher page script. This one seems to be BSD licensed: http://code.google.com/p/asynapse/source/browse/trunk/perl/Asynapse/bin/po2json.pl
> Not sure if we can access the Browser's language tag from javascript, possibly we have to generate the language tage on server-side and insert as variable to the script.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list