config.py
author Hans Richter <hr.richter@web.de>
Sat, 18 Jan 2014 12:31:21 +0100
changeset 113 928cccb0b8de
parent 1 3aa6f55df039
permissions -rw-r--r--
Modifications: codecs in all templates
     1 # -*- coding: utf-8 -*-
     2 # ...
     3 # available languages
     4 LANGUAGES = {
     5     'en': 'English',
     6     'de': 'Deutsch',
     7     'it': 'Italiano'
     8 }
Impressum Datenschutzerklärung