google-code-export / edcodeorg

Automatically exported from code.google.com/p/edcodeorg
1 stars 1 forks source link

Create support for non-English languages #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have gotten offers to translate all the text in Flubaroo to other languages. 
But rather than publish more than one version of Flubaroo, I'd like to add 
multi-language support to the single script. To do this:

1. Research if it's possible to detect the browser's language. If not, file a 
bug with the GAS team.

2. Once language determined (maybe via menu option, if #1 doesn't pan out), set 
all strings accordingly. I think it's fine to have a few languages hard-coded 
in the script, since there isn't that much text.

3. If I end up supporting more than just a few languages, then I'll need to 
store all the strings online somewhere (flubaroo.appengine.com), and suck them 
down in realtime with a getUrl() call.

Original issue reported on code.google.com by d...@edcode.org on 29 Feb 2012 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by dabouav@gmail.com on 29 Feb 2012 at 11:49

GoogleCodeExporter commented 9 years ago

Original comment by d...@edcode.org on 5 Mar 2012 at 4:48

GoogleCodeExporter commented 9 years ago
Done with Flubaroo 3.0

Original comment by d...@edcode.org on 22 Jun 2013 at 12:35