Skip to content

Entroshock/sdev2004-ca-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDEV2004 Continuous Assessment Website

Website link: https://aestravels.com A travel website that will serve information about Korean and Sweeden.

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

Languages

  • HTML 60.5%
  • CSS 31.0%
  • JavaScript 6.5%
  • Python 1.9%
  • Dockerfile 0.1%