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" - "italian"
language: language:
required: true required: true
default: "hebrew" default: "he"
example: "hebrew" example: "he"
selector: selector:
select: select:
translation_key: "language" translation_key: "language"
options: options:
- "english" - "en"
- "hebrew" - "he"
- "french" - "fr"

View File

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