Skip to content

ejklock/openedx-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open edX i18n

This project contains dumps of the translation/localization files from Transifex for the Open edX project. It allows you to download internationalization (i18n) files without a Transifex account.

The content of this project is of little use in itself. In particular, it is used in Tutor to package i18n files into the Open edX Docker image.

When required, .po files were manually patched to fix compilation issues.

Requirements

Usage

If you are feeling really confident, you can try to update translations in one go:

make all

Note that you will need a Transifex API token to download translations.

It is quite likely that the downloaded transifex files will contain errors. After downloading the translation files (make download), you will then have detect the errors by running:

make validate

You will then have to fix the errors manually in each file. It is recommended to also fix them in Transifex.

After all errors have been fixed, you may resume the processing:

make compile

License

This code and all translation files are licensed under the terms of the AGPL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published