1 # -*- coding: utf-8 -*-
2 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
6 from .paths import PROJECT_DIR
8 # If you set this to False, Django will make some optimizations so as not
9 # to load the internationalization machinery.
14 path.join(PROJECT_DIR, 'locale-contrib')
17 # Language code for this installation. All choices can be found here:
18 # http://www.i18nguy.com/unicode/language-identifiers.html
25 LANGUAGES = tuple(sorted([
33 ('uk', u'українська'),
36 ], key=lambda x: x[0]))