1 # -*- coding: utf-8 -*-
3 from settings.paths import PROJECT_DIR
5 # If you set this to False, Django will make some optimizations so as not
6 # to load the internationalization machinery.
10 path.join(PROJECT_DIR, 'locale-contrib')
13 # Language code for this installation. All choices can be found here:
14 # http://www.i18nguy.com/unicode/language-identifiers.html
19 LANGUAGES = tuple(sorted([
27 ('uk', u'українська'),
29 # ('it', u'italiano'),
30 ], key=lambda x: x[0]))