diff --git a/frontend/src/i18n/he.json b/frontend/src/i18n/he.json index 2ea11e97..2bfc7c5f 100644 --- a/frontend/src/i18n/he.json +++ b/frontend/src/i18n/he.json @@ -272,5 +272,10 @@ "minutes": "דקות", "seconds": "שניות", "unit": "יחידת זמן" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }