1
0
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:
OzzieIsaacs
2017-05-01 16:24:20 +02:00
parent a305b65299
commit 6d597f96e5
5 changed files with 31033 additions and 198 deletions

View File

@@ -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)