Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Transifex for translations #286

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 16, 2016

  1. Added Transifex config file.

    Now one can run the following commands to upload the source files from the
    local repo to Transifex:
    
      django-admin.py makemessages -l en
      tx push --source
    
    And the following to download fresh translations to create a release and
    deploy:
    
      tx pull --all
    Dimitris Glezos committed May 16, 2016
    Configuration menu
    Copy the full SHA
    8f99c14 View commit details
    Browse the repository at this point in the history
  2. Remove locale files from repo.

    We're now versioning these in Transifex on a string-level and can generate
    them as follows:
    
    Only translation files:
     tx pull --all
    
    Translation and English files:
     tx pull --all --source
    Dimitris Glezos committed May 16, 2016
    Configuration menu
    Copy the full SHA
    503b633 View commit details
    Browse the repository at this point in the history
  3. Update README file for Transifex workflow

    Dimitris Glezos committed May 16, 2016
    Configuration menu
    Copy the full SHA
    8031e63 View commit details
    Browse the repository at this point in the history