Skip to content

Commit

Permalink
Merge pull request #36 from OpenVoiceOS/release-0.2.12a1
Browse files Browse the repository at this point in the history
Release 0.2.12a1
  • Loading branch information
JarbasAl authored Dec 2, 2024
2 parents d295898 + 50a7adf commit a1b9040
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.11a1](https://github.com/OpenVoiceOS/ovos-skill-wikihow/tree/0.2.11a1) (2024-11-30)
## [0.2.12a1](https://github.com/OpenVoiceOS/ovos-skill-wikihow/tree/0.2.12a1) (2024-12-02)

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

**Merged pull requests:**

- de-de/translate [\#33](https://github.com/OpenVoiceOS/ovos-skill-wikihow/pull/33) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- import galician translations [\#35](https://github.com/OpenVoiceOS/ovos-skill-wikihow/pull/35) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
3 changes: 3 additions & 0 deletions locale/gl-es/howto.failure.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Tentei procurar no wiki how mais non atopei nada
non che sei moi ben
non sei
5 changes: 5 additions & 0 deletions locale/gl-es/howto.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(explica|) paso a paso {query}
como fago {query}
como podo {query}
como {query}
pasos para {query}
1 change: 1 addition & 0 deletions locale/gl-es/step.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Paso {number}. {step}
2 changes: 2 additions & 0 deletions locale/gl-es/wikihow.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
procurar en (wiki how|wikihow) {query}
que (di|pensa) (wiki how|wikihow) sobre {query}
10 changes: 10 additions & 0 deletions translations/gl-es/dialogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"step.dialog": [
"Paso {number}. {step}"
],
"howto.failure.dialog": [
"non che sei moi ben",
"non sei",
"Tentei procurar no wiki how mais non atopei nada"
]
}
13 changes: 13 additions & 0 deletions translations/gl-es/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"howto.intent": [
"(explica|) paso a paso {query}",
"como podo {query}",
"como fago {query}",
"como {query}",
"pasos para {query}"
],
"wikihow.intent": [
"procurar en (wiki how|wikihow) {query}",
"que (di|pensa) (wiki how|wikihow) sobre {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 = 11
VERSION_ALPHA = 0
VERSION_BUILD = 12
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit a1b9040

Please sign in to comment.