X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dce4cbe605cb926b5583f7ddd325704b527e7e5c..6dc65dcaa0245bfb27f1a857016b8c25f8214557:/src/catalogue/constants.py diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index 4eb84c60a..6ee7c97ab 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -1,7 +1,7 @@ # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ LICENSES = { 'http://creativecommons.org/licenses/by-sa/3.0/': { @@ -34,7 +34,7 @@ EBOOK_FORMATS = EBOOK_FORMATS_WITHOUT_CHILDREN + EBOOK_FORMATS_WITH_CHILDREN EBOOK_CONTENT_TYPES = { 'html': 'text/html', 'pdf': 'application/pdf', - 'txt': 'text/plain', + 'txt': 'text/plain; charset=utf-8', 'epub': 'application/epub+zip', 'mobi': 'application/x-mobipocket-ebook', 'fb2': 'text/xml',