Skip to content

fccn/nau-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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