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:
+4
-1
@@ -79,5 +79,8 @@
|
||||
"save_settings": "Zapisz ustawienia",
|
||||
"saved": "Zapisano",
|
||||
"yes": "Tak",
|
||||
"no": "Nie"
|
||||
"no": "Nie",
|
||||
"upload_file": "Prześlij plik",
|
||||
"csv_separator_hint": "Przecinek (,) i średnik (;) są wykrywane automatycznie.",
|
||||
"csv_empty": "Wklej CSV lub wybierz plik."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user