Code layout change.
[wolnelektury.git] / src / dictionary / constants.py
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.
4 #
5 from __future__ import unicode_literals
6
7 from django.utils.translation import ugettext_lazy as _
8
9
10 FN_TYPES = {
11     'pa': _("author's footnotes"),
12     'pe': _("Wolne Lektury editorial footnotes"),
13     'pr': _("source editorial footnotes"),
14     'pt': _("translator's footnotes"),
15 }