Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install crowdin-client

How to install crowdin-client

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install crowdin-client
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.2Never BuiltWhy not?
0.1 Failed View build log
Linux (32-bit)
0.1
0.2Never BuiltWhy not?
0.1 Available View build log
0.2Never BuiltWhy not?
0.1 Failed View build log
Linux (64-bit)
0.2 Available View build log
0.1 Available View build log
0.2Never BuiltWhy not?
0.1 Failed View build log
0.2 Available View build log
 
Author
License
MIT
Dependencies
Imports
Lastest release
version 0.2 on Sep 20th, 2013

A client for the Crowdin API which lets you push source translations to crowdin and pull translated content.

Installation

(sudo) pip install crowdin-client

If you don't have pip:

(sudo) easy_install pip
(sudo) pip install crowdin-client

If you don't even have easy_install on windows, get the .exe at http://pypi.python.org/pypi/setuptools, install it, add c:\Python2x\Scripts to the Windows path (replace Python2x with the correct directory).

Configuration

Create a .crodwin JSON file in your root project directory with the following structure:

{
    "project_name": "crowdin project name",
    "api_key": "project API key",
    "localizations": [
        {
            "source_path": "locale/en/LC_MESSAGES/django.po",
            "remote_path": "path/to/django.po",
            "target_langs": {
                "fr": "locale/en/LC_MESSAGES/django.po",
                "de": "locale/de/LC_MESSAGES/django.po",
                "it": "locale/it/LC_MESSAGES/django.po"
            }
        }
    ]
}

Usage

Push source files:

crowdin push

Pull translations:

crowdin pull

If you're importing a project with existing translations to crowdin, run crowdin push -a to also upload the local target files to crowdin. The -a flag should only be used once, you must then use the push / review / pull workflow provided by Crowdin.

Changelog

  • 0.2: Added -a flag to crowdin push.
  • 0.1: initial version.

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.