11 | | You can -also- try a new method, using an experimental tool, which translates any file (including the web2py languages files) using the Google Translate API: |
12 | | * Go to [http://pypi.python.org/pypi/Auto%20Translator/ "Auto-Translator"] and download/install the .tar.gz archive or through '''easy_install Auto_Translator''' (easy way, if you have installed setuptools). |
13 | | * The application runs in command line mode for web2py, just |
| 11 | You can -also- try a new method, using a beta tool, which translates any file (including the web2py languages files) using the Google Translate API: |
| 12 | * Go to [http://pypi.python.org/pypi/auto-translator/ "Auto-Translator"], download, uncompress the .tar.gz archive |
| 13 | * Inside the uncompressed directory, execute the application with: |
| 14 | - ./autotranslate.py (parameters) |
| 15 | or |
| 16 | - python autotranslate.py (parameters) |