python-transifex icon indicating copy to clipboard operation
python-transifex copied to clipboard

Python Transifex API

Results 5 python-transifex issues
Sort by recently updated
recently updated
newest added

``` Executing pull_translations on project pitchupcom Pulling translations for "pitchupcom" project, in "en_GB" source language Traceback (most recent call last): File "manage.py", line 12, in execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 353,...

Hi, Here's an implementation of getting all project languages method (http://docs.transifex.com/developer/api/languages#setting-a-language) that I once needed. Not sure if it belongs here, but I'll be glad if it helps someone :)