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
@@ -142,5 +142,8 @@
|
||||
"confirm_delete_competition": "Delete this competition? All pilots, penalties and members will be permanently removed.",
|
||||
"confirm_delete_competition_named": "Delete competition '{name}'? All pilots, penalties and members will be permanently removed.",
|
||||
"backup_written": "Backup written: {file}",
|
||||
"competition_closed": "Competition is closed"
|
||||
"competition_closed": "Competition is closed",
|
||||
"upload_file": "Upload file",
|
||||
"csv_separator_hint": "Comma (,) and semicolon (;) are detected automatically.",
|
||||
"csv_empty": "Please paste CSV or choose a file."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user