# 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/': {
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',