Begin fb2 support

Fix Chinese translation
This commit is contained in:
BasioMeusPuga
2018-06-13 16:32:38 -04:00
parent 62c44730d8
commit 5c481ccafe
11 changed files with 177 additions and 25 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/env python3
# This file is a part of Lector, a Qt based ebook reader
# Copyright (C) 2017 BasioMeusPuga
# Copyright (C) 2017-2018 BasioMeusPuga
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +17,7 @@
import os
import zipfile
from lector.ePub.read_epub import EPUB
from lector.readers.read_epub import EPUB
class ParseEPUB: