1
# -*- coding: utf-8 -*-
2
# ...
3
# available languages
4
LANGUAGES = {
5
'en': 'English',
6
'de': 'Deutsch',
7
'it': 'Italiano'
8
}