diff --git a/app/app.py b/app/app.py index 659409f..e1a7681 100644 --- a/app/app.py +++ b/app/app.py @@ -1,6 +1,7 @@ import os from functools import wraps +import pkg_resources from flask import Flask, abort, jsonify, render_template, request from flask_swagger import swagger from flask_swagger_ui import get_swaggerui_blueprint @@ -176,6 +177,7 @@ def create_app(args): frontendTimeout=args.frontend_timeout, api_keys=args.api_keys, web_version=os.environ.get("LT_WEB") is not None, + version=pkg_resources.require("LibreTranslate")[0].version ) @app.route("/javascript-licenses", methods=["GET"]) diff --git a/app/templates/index.html b/app/templates/index.html index 0af2484..e2a6f8c 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -19,7 +19,7 @@ - + {% if gaId %} @@ -245,8 +245,7 @@ window.Prism.manual = true; // @license-end - - +