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

Transifex integration (translation management) #479

Closed
wants to merge 6 commits into from

Commits on Sep 10, 2015

  1. update gitignore

    just in case someone wants to commit its personal `.transifexrc` file with login credentials to transifex.com
    tofi86 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    3c6b158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d930f4 View commit details
    Browse the repository at this point in the history
  3. add original Jing messages.properties files for better transifex support

    extracted from jing-20120724.0.0.jar
    tofi86 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    8659d75 View commit details
    Browse the repository at this point in the history
  4. exclude original Jing messages.properties files in maven build

    as they're already part of the Jing Library (jar)
    tofi86 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    e2796b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. updated transifex config file

    accidentally deleted in 8659d75
    tofi86 committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    4c25396 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. bash script to pull + normalize Transifex translations

    To run this script you need to have a Transifex account and install the Transifex Commandline Client! Instructions: http://docs.transifex.com/client/
    
    You need to run this script from the repository's root directory!
    e.g. ./src/build/transifex-pull.sh --all
    
    usage: transifex-pull.sh [--all | <2-digit-country-code>]
    examples:
      transifex-pull.sh --all
      transifex-pull.sh de
    
    Note: tested on Mac OS X only!
    tofi86 committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    f3c67b4 View commit details
    Browse the repository at this point in the history