fix: added column separator select (comma, semicolon and both) in CSV viewer (#5604)

Co-authored-by: Henrique Dias <mail@hacdias.com>
This commit is contained in:
Ariel Leyva
2025-12-06 05:08:50 -05:00
committed by GitHub
parent f029c3005e
commit 204a3f0eea
3 changed files with 64 additions and 7 deletions

View File

@@ -272,5 +272,10 @@
"minutes": "Minutes",
"seconds": "Seconds",
"unit": "Time Unit"
},
"available_csv_separators": {
"comma": "Comma (,)",
"semicolon": "Semicolon (;)",
"both": "Both (,) and (;)"
}
}