🌍 Leotőa la Sepedi

Help build Sepedi language data

{{ stats.points }} Points
Lvl {{ stats.level }} Level
πŸ₯‰ πŸ₯ˆ πŸ₯‡

πŸ“Š Data Collected

{% for type_key, type_data in collection_stats.by_type.items %}
{{ type_data.icon }}
{{ type_data.count }}
{{ type_data.name|truncatewords:2 }}
{% endfor %}
{% if task.sentence %}
{{ task.config.name }}
{{ task.config.description }}
"{{ task.sentence.text }}"
{{ task.config.tip }}
{% csrf_token %} {% if task.config.type != 'text_input' %}
{% for opt in task.config.options %} {% endfor %}
{% else %} {% endif %}
{% else %}

πŸŽ‰ All Sentences Labeled!

Thank you! Check back soon for more.

{% endif %}

πŸ† Top Contributors

{% for lb in leaderboard %}
#{{ forloop.counter }} {% if lb.voter_id == voter.voter_id %}πŸ‘€ YOU{% else %}Contributor{% endif %} {{ lb.points }} pts
{% endfor %}