Add CSV file upload and auto-delimiter detection for pilot import

Allows uploading a CSV file directly instead of only pasting text, and
auto-detects comma vs semicolon separators to support more locales.
This commit is contained in:
Jan Meinl
2026-08-19 15:32:26 +02:00
parent 4b5f0eb326
commit 65bb2b351f
10 changed files with 97 additions and 16 deletions
+4 -1
View File
@@ -79,5 +79,8 @@
"save_settings": "Сохранить настройки",
"saved": "Сохранено",
"yes": "Да",
"no": "Нет"
"no": "Нет",
"upload_file": "Загрузить файл",
"csv_separator_hint": "Запятая (,) и точка с запятой (;) определяются автоматически.",
"csv_empty": "Вставьте CSV или выберите файл."
}