mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-30 05:35:14 +00:00
Integrate Iso639 language name translations to russian translation
This commit is contained in:
@@ -11,7 +11,6 @@ import logging
|
||||
from werkzeug.security import generate_password_hash
|
||||
from flask_babel import gettext as _
|
||||
import json
|
||||
#from builtins import str
|
||||
|
||||
dbpath = os.path.join(os.path.normpath(os.getenv("CALIBRE_DBPATH", os.path.dirname(os.path.realpath(__file__)) + os.sep + ".." + os.sep)), "app.db")
|
||||
engine = create_engine('sqlite:///{0}'.format(dbpath), echo=False)
|
||||
|
||||
Reference in New Issue
Block a user