{% extends "base.html" %} {% block titleTag -%} {{_("Bilingual Translator")}} - KindleEar {% endblock -%} {% set src_lang = params.get('src_lang', '') %} {% set dst_lang = params.get('dst_lang', '') %} {% set api_host = params.get('api_host', '') %} {% set api_keys = params.get('api_keys', [])|join('\n') %} {% set position = params.get('position', '') %} {% block content -%}
{% if tips -%}
{{tips|safe}}
{% endif -%}
{{_("Bilingual Translator")}} [{{title}}]

{{_("Note: Enabling this feature will significantly increase consumed CPU instance hours.")}}


{{_("Test (Please save settings firstly)")}}

{% endblock -%} {% block js -%} {% endblock -%}