stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Implemented i18n #27

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

Implemented i18n and tranlated all the pages into english and german since this was part of the issue
Added a settings page to change the language of the webpage.

Resolves #23

New Settings Page:

settingspage

(German) Translated homepage:

tranlatedhome

stevenpi commented 6 years ago

Added the .mo file and finished the .po file as requested