Commit accfb350 authored by Michal Čihař's avatar Michal Čihař

Remove no longer used javascript variables

parent 2bc2dd94
{% 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 %}
var MACHINE_TRANSLATION_SERVICES = [{% if machine_services %}'{{ machine_services|join:"','" }}'{% endif %}]; var MACHINE_TRANSLATION_SERVICES = [{% if machine_services %}'{{ machine_services|join:"','" }}'{% endif %}];
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment