1 # -*- coding: utf-8 -*-
3 from .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.
11 path.join(PROJECT_DIR, 'locale-contrib')
14 # Language code for this installation. All choices can be found here:
15 # http://www.i18nguy.com/unicode/language-identifiers.html
20 LANGUAGES = tuple(sorted([
28 ('uk', u'українська'),
31 ], key=lambda x: x[0]))