1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
5 from .paths import PROJECT_DIR
7 # If you set this to False, Django will make some optimizations so as not
8 # to load the internationalization machinery.
13 path.join(PROJECT_DIR, 'locale-contrib')
16 # Language code for this installation. All choices can be found here:
17 # http://www.i18nguy.com/unicode/language-identifiers.html
24 LANGUAGES = tuple(sorted([
35 ], key=lambda x: x[0]))