Service/translate: Difference between revisions

Tomeu (talk | contribs)
Tomeu (talk | contribs)
Line 58: Line 58:
  /usr/lib/python-django/bin/django-admin.py refresh_stats --settings=pootle.settings
  /usr/lib/python-django/bin/django-admin.py refresh_stats --settings=pootle.settings


Important directories:
Important directories in /var/lib/pootle:


'''checkouts''': modules are checked out in this directory. pogenerator.py pulls from git and svn so we have updated sources, then it generates a new .pot file from them. Translated strings get reflected in the .po files in each module, and when the language maintainer clicks the Commit to VCS link, get pushed back to the upstream module.
'''checkouts''': modules are checked out in this directory. pogenerator.py pulls from git and svn so we have updated sources, then it generates a new .pot file from them. Translated strings get reflected in the .po files in each module, and when the language maintainer clicks the Commit to VCS link, get pushed back to the upstream module.