locale: update translations and remove dutch from available languages until translation is done

This commit is contained in:
Herculino Trotta
2025-01-24 16:30:31 -03:00
parent 97465c07fe
commit b9cd97f0b8
7 changed files with 665 additions and 304 deletions
@@ -1,8 +0,0 @@
{% extends "layouts/base.html" %}
{% load i18n %}
{% block title %}{% translate 'Import Runs' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'impor' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
{% endblock %}