mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 18:41:27 +08:00
12 lines
368 B
JavaScript
Vendored
12 lines
368 B
JavaScript
Vendored
{% if apertium_api_key %}
|
|
var APERTIUM_API_KEY = '{{ apertium_api_key }}';
|
|
{% endif %}
|
|
{% if apertium_langs %}
|
|
var APERTIUM_LANGS = ['{{ apertium_langs|join:"','" }}'];
|
|
{% endif %}
|
|
{% if microsoft_api_key %}
|
|
var MICROSOFT_API_KEY = '{{ microsoft_api_key }}';
|
|
{% endif %}
|
|
{% if microsoft_langs %}
|
|
var MICROSOFT_LANGS = ['{{ microsoft_langs|join:"','" }}'];
|
|
{% endif %}
|