From bebec13c5ace9cf5e62754fdde04cbebc33bf470 Mon Sep 17 00:00:00 2001 From: Michael Pardatscher Date: Sat, 24 Feb 2024 10:08:51 +0100 Subject: [PATCH] Fix typo in language variable for wyoming-whisper (#18498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** The language variable at questions.yaml for wyoming whisper contained a typo, causing the app to default to english, effectively blocking usage of other STT languages supported by the model. ⚒️ Fixes No ticket existing (yet) **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Not at all, but at least it shouldn't make it worse? :sweat_smile: **📃 Notes:** Nothing else to say. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning --------- Signed-off-by: Michael Pardatscher Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/stable/wyoming-whisper/Chart.yaml | 2 +- charts/stable/wyoming-whisper/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index f5f62572036..9103fe1de7e 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper - https://hub.docker.com/r/rhasspy/wyoming-whisper type: application -version: 4.0.0 +version: 4.0.1 diff --git a/charts/stable/wyoming-whisper/questions.yaml b/charts/stable/wyoming-whisper/questions.yaml index aac772483fa..f9a830e4b07 100644 --- a/charts/stable/wyoming-whisper/questions.yaml +++ b/charts/stable/wyoming-whisper/questions.yaml @@ -16,7 +16,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: lanuage + - variable: language label: Language description: Default language for the app. schema: