On Thu, Oct 15, 2009 at 6:09 PM, NoSyu <don...@gmail.com> wrote: > Dan Drake 쓴 글: > > On Thu, 15 Oct 2009 at 02:46PM -0200, Gonzalo Tornaria wrote: > > > I can try to have the spanish translation done if somebody else > figures out the details needed to support i18n (say, figure out > gettext for python, produce the .pot files for translation, load the > .po files from the notebook, the language selector feature, etc.) > > > I poked around a bit last night, and I think it won't be hard to do this > for the notebook. Once that's done, it'll be super easy to add new > translations -- someone just needs to send in a .po file and we put it > in. > > Dan > > > > Hello. > > Thanks to introduce about Sagemath notebook in Korean page. > > When I translate this notebook page, I tried to use i18n. > > But it's hard to me because Javascript code is written in python code file > likes js.py. > > It can't be handled the with i18n likes po file and _ function. > > Because all javascript code is handled by string in Python code. > > And I read the article that new interface of sage notebook is coming at Oct > 2009. > > After that I try to translate page using i18n tech.
Good. The new Sage notebook is here now. http://nb.sagemath.org/ I recommend you start with the newest one here: http://sage.math.washington.edu/home/wstein/patches/sagenb/ (which is 0.3.1). All the javascript code is now in sagenb/data/sage/js/: flat:js wstein$ ls async_lib.js canvas3d_lib.js jmol_lib.js notebook_lib.js These are normal javascript files, not Python strings. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---