Skip to content

Commit

Permalink
Merge pull request #38 from OpenVoiceOS/release-0.2.13a1
Browse files Browse the repository at this point in the history
Release 0.2.13a1
  • Loading branch information
JarbasAl authored Dec 2, 2024
2 parents 70f3d6a + d3776b6 commit db724c9
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.2.12a1](https://github.com/OpenVoiceOS/ovos-skill-wikihow/tree/0.2.12a1) (2024-12-02)
## [0.2.13a1](https://github.com/OpenVoiceOS/ovos-skill-wikihow/tree/0.2.13a1) (2024-12-02)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikihow/compare/0.2.11...0.2.12a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikihow/compare/0.2.12...0.2.13a1)

**Merged pull requests:**

- import galician translations [\#35](https://github.com/OpenVoiceOS/ovos-skill-wikihow/pull/35) ([JarbasAl](https://github.com/JarbasAl))
- import basque translations [\#37](https://github.com/OpenVoiceOS/ovos-skill-wikihow/pull/37) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
3 changes: 3 additions & 0 deletions locale/eu/howto.failure.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Ez dakit
Ez nago ziur
Saiatu naiz wiki how bilatzen, baina ez dut ezer aurkitu
5 changes: 5 additions & 0 deletions locale/eu/howto.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(azaldu|) urratsez urrats {query}
nola egin dezaket {query}?
nola egin {query}
nola egingo dut {query}?
{query} egiteko urratsak
1 change: 1 addition & 0 deletions locale/eu/step.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{number}. urratsa. {step}
2 changes: 2 additions & 0 deletions locale/eu/wikihow.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bilatu (wiki how|wikihow) (honetarako:|) {query}
zer (dio|pentsatzen du) (wiki how-k|wikihow-k honi buruz: {query}?
10 changes: 10 additions & 0 deletions translations/eu/dialogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"step.dialog": [
"{number}. urratsa. {step}"
],
"howto.failure.dialog": [
"Ez nago ziur",
"Ez dakit",
"Saiatu naiz wiki how bilatzen, baina ez dut ezer aurkitu"
]
}
13 changes: 13 additions & 0 deletions translations/eu/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"howto.intent": [
"(azaldu|) urratsez urrats {query}",
"nola egin dezaket {query}?",
"nola egingo dut {query}?",
"nola egin {query}",
"{query} egiteko urratsak"
],
"wikihow.intent": [
"bilatu (wiki how|wikihow) (honetarako:|) {query}",
"zer (dio|pentsatzen du) (wiki how-k|wikihow-k honi buruz: {query}?"
]
}
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 2
VERSION_BUILD = 12
VERSION_ALPHA = 0
VERSION_BUILD = 13
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit db724c9

Please sign in to comment.