Fix services.yaml and strings.json to match updated service.py

This commit is contained in:
Tsvi Mostovicz
2025-03-25 13:21:53 +00:00
parent 77f45d6111
commit 549a40480a
2 changed files with 8 additions and 8 deletions

View File

@@ -18,12 +18,12 @@ count_omer:
- "italian"
language:
required: true
default: "hebrew"
example: "hebrew"
default: "he"
example: "he"
selector:
select:
translation_key: "language"
options:
- "english"
- "hebrew"
- "french"
- "en"
- "he"
- "fr"

View File

@@ -57,9 +57,9 @@
},
"language": {
"options": {
"hebrew": "Hebrew",
"english": "English",
"french": "French"
"he": "Hebrew",
"en": "English",
"fr": "French"
}
}
},