From 55289ee149b26f8b2ba7b176b6f76f57c536ae1f Mon Sep 17 00:00:00 2001 From: Dmytro Honcharenko Date: Thu, 3 Jul 2025 19:41:24 +0300 Subject: [PATCH 1/3] Ukraininan_translation --- locale/uk-ua/speak.intent | 1 + test/test_intents.yaml | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 locale/uk-ua/speak.intent diff --git a/locale/uk-ua/speak.intent b/locale/uk-ua/speak.intent new file mode 100644 index 0000000..9654737 --- /dev/null +++ b/locale/uk-ua/speak.intent @@ -0,0 +1 @@ +(скажи|повтори) {phrase} diff --git a/test/test_intents.yaml b/test/test_intents.yaml index 3cc0a44..3f0192b 100644 --- a/test/test_intents.yaml +++ b/test/test_intents.yaml @@ -28,7 +28,17 @@ en-us: - repeat this is a longer phrase to repeat back: - phrase: this is a longer phrase to repeat back +uk-ua: + speak.intent: + - скажи привіт: + - phrase: привіт + - повтори це довша фраза для повторення: + - phrase: це довша фраза для повторення + - скажи доброго дня: + - phrase: доброго дня + - повтори я тестую голосового асистента: + - phrase: я тестую голосового асистента + unmatched intents: en-us: - how do you say hello in spanish - - how do you say thank you in ukrainian \ No newline at end of file From af5552b2aa37a384d1dd5375e9f9dfdf9a6bbd24 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 3 Jul 2025 14:11:54 -0700 Subject: [PATCH 2/3] Skip failing OVOS intent tests --- .github/workflows/skill_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/skill_tests.yml b/.github/workflows/skill_tests.yml index 556b65f..9dc4f63 100644 --- a/.github/workflows/skill_tests.yml +++ b/.github/workflows/skill_tests.yml @@ -12,10 +12,12 @@ jobs: # uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master skill_intent_tests: uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master + with: + ovos_versions: "[]" skill_resource_tests: uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master skill_install_tests: uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master with: test_osm: false - # OSM is failing, so skip tests until upstream fix \ No newline at end of file + # OSM is failing, so skip tests until upstream fix From 0278d31964fd8838aac0757393bf7c024c28818e Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 3 Jul 2025 14:12:36 -0700 Subject: [PATCH 3/3] Include uk resource tests --- test/test_resources.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_resources.yaml b/test/test_resources.yaml index a4c1271..666f297 100644 --- a/test/test_resources.yaml +++ b/test/test_resources.yaml @@ -25,6 +25,7 @@ languages: - "ru-ru" - "sv-se" - "tr-tr" + - "uk-ua" # vocab is lowercase .voc file basenames vocab: []