Skip to content

ErnestDecina/sdev2004-ca-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDEV2004 Continuous Assessment Website

Updated Documentation

Word Documentation

Roadmap

  • Setup
  • Persona's
  • Wireframes
  • Create Webpages
    • Header
    • Footer
    • Content
  • Create Translations
  • Documentation
  • Presentation
  • Optional: Host Website
    • Get Domain
    • Setup VPS

Translation of Website

Make sure to be in the sdev2004-ca-website/app directory

Extract Text

pybabel extract -F configs/babel.cfg -k _l -o translations/messages.pot .

Create new translation for Korea

pybabel init -i ./translations/messages.pot -d translations -l ko

Create new translation for Sweden

pybabel init -i ./translations/messages.pot -d translations -l sv

Updating translations for Korea

pybabel update -i .\translations\messages.pot -d .\translations\

Updating translations for Sweden

pybabel update -i .\translations\messages.pot -d .\translations\

Compiling translations

pybabel compile -d translations

Authors

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published