X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/dictionary/constants.py diff --git a/apps/dictionary/constants.py b/apps/dictionary/constants.py deleted file mode 100644 index e99dc3ff0..000000000 --- a/apps/dictionary/constants.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. -# -from __future__ import unicode_literals - -from django.utils.translation import ugettext_lazy as _ - - -FN_TYPES = { - 'pa': _("author's footnotes"), - 'pe': _("Wolne Lektury editorial footnotes"), - 'pr': _("source editorial footnotes"), - 'pt': _("translator's footnotes"), -}