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

Convert Vocabulary to Readlang Format

Upload your vocabulary exports from Pod101, Language Reactor, and more!

Upload Vocabulary File How to use
{% if not user_session %}

Continue from Previous Session

If you have a session phrase from a previous visit, enter it below to access your uploads.

Format: four-words-separated-by-hyphens
{% endif %} {% if uploads %}

Recent Uploads

View All Uploads
{% for upload in uploads %}

{{ upload.filename }}

Format: {{ upload.file_format }} Languages: {{ upload|language_pair }} Entries: {{ upload.entry_count }} Uploaded: {{ upload.uploaded_at.strftime('%Y-%m-%d %H:%M') }}
View & Edit {% if upload.valid_entry_count > 0 %} Export {% else %} Export {% endif %}
{% endfor %}
{% else %}

No uploads yet. Upload your first vocabulary file to get started!

{% endif %}

Supported Formats

Features

{% endblock %}