Skip to content

DusanMadar/django-multilang-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-multilang-demo

A Django project/app demonstrating how to create a multi-language website (with localized URLs and a language switcher).

Messages are stored in .po files (generated with python manage.py makemessages -l sk and python manage.py makemessages -l sk -d djangojs) and then compiled using python manage.py compilemessages.

Reffer to commit history for a step-by-step guide on adding i18n support to views/templates and JavaScript files as well.

Related links

About

Django multilang project/app demonstration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published