Skip to content

Commit 12d8756

Browse files
NeonDanielKRoT55
andauthored
Ukrainian Translation (#40)
* Ukraininan_translation * Skip failing OVOS intent tests * Include uk resource tests --------- Co-authored-by: Dmytro Honcharenko <gdimk99@gmail.com>
1 parent 9be85ea commit 12d8756

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

.github/workflows/skill_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
# uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
1313
skill_intent_tests:
1414
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
15+
with:
16+
ovos_versions: "[]"
1517
skill_resource_tests:
1618
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
1719
skill_install_tests:
1820
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master
1921
with:
2022
test_osm: false
21-
# OSM is failing, so skip tests until upstream fix
23+
# OSM is failing, so skip tests until upstream fix

locale/uk-ua/speak.intent

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(скажи|повтори) {phrase}

test/test_intents.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,17 @@ en-us:
2828
- repeat this is a longer phrase to repeat back:
2929
- phrase: this is a longer phrase to repeat back
3030

31+
uk-ua:
32+
speak.intent:
33+
- скажи привіт:
34+
- phrase: привіт
35+
- повтори це довша фраза для повторення:
36+
- phrase: це довша фраза для повторення
37+
- скажи доброго дня:
38+
- phrase: доброго дня
39+
- повтори я тестую голосового асистента:
40+
- phrase: я тестую голосового асистента
41+
3142
unmatched intents:
3243
en-us:
3344
- how do you say hello in spanish
34-
- how do you say thank you in ukrainian

test/test_resources.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ languages:
2525
- "ru-ru"
2626
- "sv-se"
2727
- "tr-tr"
28+
- "uk-ua"
2829

2930
# vocab is lowercase .voc file basenames
3031
vocab: []

0 commit comments

Comments
 (0)