Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 533 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 533 Bytes

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