i18n on the web - deepseek translations

This commit is contained in:
Priec
2026-08-14 20:35:37 +02:00
parent 2dc0d94ba0
commit 8f1bfdbe0c
91 changed files with 4679 additions and 1237 deletions

View File

@@ -16,6 +16,6 @@
{%- if success -%}
{% call toast::success(title, message) %}{% endcall %}
{%- else -%}
{% call alert::error(title, message) %}{% endcall %}
{% call dialog::error(title, message) %}{% endcall %}
{% call alert::error(locale, title, message) %}{% endcall %}
{% call dialog::error(locale, title, message) %}{% endcall %}
{%- endif -%}