jakul / django-transifex

Django integration with python-transifex
20 stars 8 forks source link

Djangotransifex

This app can help you push/pull project level translations into Transifex.

Settings

You must set the following in your settings file

# The username for the Transifex server
TRANSIFEX_USERNAME = 'username'

# The password for the Transifex server
TRANSIFEX_PASSWORD = 'password'

The following are optional settings

# The Transifex host to use
# default: `https://www.Transifex.net/`
TRANSIFEX_HOST

# The source language for your strings.
# default: The Django LANGUAGE_CODE setting
SOURCE_LANGUAGE_CODE

# What prefix to give the resources
# default: No prefix
RESOURCE_PREFIX

# The slug for the project
# default: `MyProject`
PROJECT_SLUG

# A set of key/value mappings, where the key is the
# Transifex language code, and the value is the
# Django language code
# default: No mappings
LANGUAGE_MAPPING

CHANGELOG

0.1.10

0.1.9

Fix pypi version

0.1.8

0.1.7

0.1.6

0.1.5

0.1.4

0.1.3