Skip to content

eduNEXT/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.

How to update translations

virtualenv venv-theme
source venv-theme/bin/activate
pip install -r requirements.txt
make update_translations # this will extract the chains and add them to the .po files
# add/update the translations in the .po files, (text editor, POEdit, ...)
make compile_translations # this will generate the .mo files

Extra information. Added the following modules to the environment in order to get translations from .underscore files:

pip install django-babel-underscore
pip install mako

About

NAU Themes for OpenEdx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.2%
  • SCSS 28.7%
  • JavaScript 5.4%
  • Makefile 0.7%