{% extends "base.html" %} {% block title %}Words to Readlang - Upload{% endblock %} {% block content %}

Upload Vocabulary File

Accepts CSV and TSV files (max 10MB)
{% if previous_pairs|length > 1 %}
{% for src, tgt in previous_pairs %} {% endfor %}
{% endif %}
The language of the vocabulary words
The language of the translations
Cancel

Supported Formats

{% endblock %}