Skip to content

Commit

Permalink
Release 0.2.13a1 (#54)
Browse files Browse the repository at this point in the history
* import galician translations (#53)

* Increment Version to 0.2.13a1

* Update Changelog

---------

Co-authored-by: JarbasAI <[email protected]>
Co-authored-by: JarbasAl <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent b6bc9f0 commit ce5ff45
Show file tree
Hide file tree
Showing 8 changed files with 45 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-wolfie/tree/0.2.12a1) (2024-11-30)
## [0.2.13a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.13a1) (2024-12-02)

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

**Merged pull requests:**

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



Expand Down
4 changes: 4 additions & 0 deletions locale/gl-es/More.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
conta máis
continuar
cóntame máis
saber máis
1 change: 1 addition & 0 deletions locale/gl-es/no_answer.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wolf non sabe a resposta
9 changes: 9 additions & 0 deletions locale/gl-es/search_wolfie.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
preguntar a wolf sobre {query}
preguntar a wolfram alpha sobre {query}
preguntar a wolfram sobre {query}
procurar en wolf {query}
procurar en wolfram alpha {query}
procurar en wolfram {query}
que di wolf sobre {query}
que di wolfram alpha sobre {query}
que di wolfram sobre {query}
5 changes: 5 additions & 0 deletions translations/gl-es/dialogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"no_answer.dialog": [
"wolf non sabe a resposta"
]
}
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 @@
{
"search_wolfie.intent": [
"preguntar a wolf sobre {query}",
"preguntar a wolfram sobre {query}",
"preguntar a wolfram alpha sobre {query}",
"procurar en wolf {query}",
"procurar en wolfram alpha {query}",
"procurar en wolfram {query}",
"que di wolf sobre {query}",
"que di wolfram alpha sobre {query}",
"que di wolfram sobre {query}"
]
}
8 changes: 8 additions & 0 deletions translations/gl-es/vocabs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"More.voc": [
"continuar",
"saber máis",
"cóntame máis",
"conta máis"
]
}
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 ce5ff45

Please sign in to comment.