fccn / nau-themes

NAU Themes for OpenEdx
GNU General Public License v3.0
0 stars 4 forks source link

NAU Themes for OpenEdx

This repository contains the NAU themes.

Create a virtual environment

make virtual_environment

How to update translations

To extract the strings to be translated, add them to .po files and to compile the translation .mo files, run the Makefile target update_translations.

make update_translations

Devstack

To update translations on devstack it's require to run:

For LMS:

make publish_lms_devstack

For STUDIO:

make publish_studio_devstack