We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We are currently hosting all translations of Open edX framework on www.transifex.com. Please feel free to make translation contributions there.
In order to run your Open edX instance under a different spoken language:
Configure your ~/.transifexrc file:
[https://www.transifex.com] hostname = https://www.transifex.com username = user password = pass token =
Token is left blank. You have to have permissions for the project (edx-platform) AFAIK - https://www.transifex.com/projects/p/edx-platform/
{ "locales" : ["en", "es_419"], "dummy-locale" : "fr" }
from .dev import *
LANGUAGES = ( ('es_419', 'Spanish'), ) TIME_ZONE = 'America/Guayaquil' LANGUAGE_CODE = 'es_419'
$ tx pull -l es_419 $ rake i18n:generate
$ rake lms[dev_es,0.0.0.0:8000]