Skip to content

Commit f00f7e8

Browse files
committed
Removed the old languageOptions
1 parent 13ca578 commit f00f7e8

File tree

1 file changed

+0
-8
lines changed
  • client/src/common/components/Dropdown/utils

1 file changed

+0
-8
lines changed

client/src/common/components/Dropdown/utils/options.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ export const selectOptions = () => ({
2020
"0 0,6,12,18 * * *": t("options.cron.really_rare")
2121
});
2222

23-
export const languageOptions = {
24-
"en": "English",
25-
"de": "Deutsch",
26-
"ru": "Русский",
27-
"bg": "Български",
28-
"es": "Español"
29-
}
30-
3123
export const exportOptions = () => ({
3224
json: t("options.export.json"),
3325
csv: t("options.export.csv")

0 commit comments

Comments
 (0)