Re: [web2py] Re: Automatic Translator

2010-09-19 Thread Bruno Rocha
Ok, I am waiting to try! If you can, please add a "how-to" translate web2py language files. I tried with $ ./autotranslate.py ~/projects/web2py/applications/livros/languages/it-it.py it pt-PT Adv: 0 DONE But I can't figure out what happen, as in it-it.py I have strings in Italian but i can't see

Re: [web2py] Re: Automatic Translator

2010-09-19 Thread Alfonso de la Guarda
Oops! I forgot that (add to INSTALL), i will try to add some new features as Massimo suggest. Tomorrow i will expect some new. Saludos, Alfonso de la Guarda Centro Open Source(COS) http://www.cos-la.net http://alfonsodg.net    Telef. 991935157 1024D/B23B24A4 546

Re: [web2py] Re: Automatic Translator

2010-09-19 Thread Bruno Rocha
{{=SOLVED}} I had to install pyYAML 2010/9/19 Bruno Rocha > Great, gtrans and yaml are required to install, or should be inside the > .tar.gz? > > Traceback (most recent call last): > File "./autotranslate.py", line 10, in > import gtrans > File "/home/bruno/Download/auto-translator-0.

Re: [web2py] Re: Automatic Translator

2010-09-19 Thread Bruno Rocha
Great, gtrans and yaml are required to install, or should be inside the .tar.gz? Traceback (most recent call last): File "./autotranslate.py", line 10, in import gtrans File "/home/bruno/Download/auto-translator-0.88/gtrans.py", line 5, in import yaml ImportError: No module named yam

Re: [web2py] Re: Automatic Translator

2010-08-20 Thread Alfonso de la Guarda
Hello, Just updated the version to 0.86, which fix a bug when text formatting expresions are inside the dictionary. Saludos, Alfonso de la Guarda Centro Open Source(COS) http://www.cos-la.net http://alfonsodg.net    Telef. 991935157 1024D/B23B24A4 5469 ED92 75A

[web2py] Re: Automatic Translator

2010-08-19 Thread mdipierro
really cool On Aug 19, 2:24 pm, Alfonso de la Guarda wrote: > Hello, > > I have recently finish auto-translator, which allows translates any > language file from web2py to another. > It also translates any text file using the command line or through a > TkInter interface. > The project #sahana ha