Use built-in language selector in yaml

This commit is contained in:
Tsvi Mostovicz
2025-03-25 18:56:05 +00:00
parent d6538cf4ad
commit 3a6705fed5
2 changed files with 2 additions and 10 deletions

View File

@@ -21,9 +21,8 @@ count_omer:
default: "he" default: "he"
example: "he" example: "he"
selector: selector:
select: language:
translation_key: "language" languages:
options:
- "en" - "en"
- "he" - "he"
- "fr" - "fr"

View File

@@ -54,13 +54,6 @@
"adot_mizrah": "Adot Mizrah", "adot_mizrah": "Adot Mizrah",
"italian": "Italian" "italian": "Italian"
} }
},
"language": {
"options": {
"he": "Hebrew",
"en": "English",
"fr": "French"
}
} }
}, },
"services": { "services": {