Skip to content

Commit

Permalink
Merge pull request #38 from OpenVoiceOS/release-0.2.4a1
Browse files Browse the repository at this point in the history
Release 0.2.4a1
  • Loading branch information
JarbasAl authored Oct 15, 2024
2 parents 84b29eb + 08a5554 commit 1b41ab4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 30 deletions.
31 changes: 3 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,12 @@
# Changelog

## [0.2.3a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.3a1) (2024-10-15)
## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.4a1) (2024-10-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.2a2...0.2.3a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.3...0.2.4a1)

**Merged pull requests:**

- fix:update\_requirements [\#36](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/36) ([JarbasAl](https://github.com/JarbasAl))
- Add Catalan translation [\#33](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/33) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.2.2a2](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.2a2) (2024-10-07)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.2a1...0.2.2a2)

**Merged pull requests:**

- Add Catalan translation [\#35](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/35) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.2.2a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.2a1) (2024-09-12)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.1a1...0.2.2a1)

**Merged pull requests:**

- fixed italian translation [\#30](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/30) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.2.1a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.1a1) (2024-09-12)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.0...0.2.1a1)

**Merged pull requests:**

- fixed italian translation [\#31](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/31) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan translation [\#34](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/34) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
9 changes: 9 additions & 0 deletions locale/ca-es/search_wolfie.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(cerca|busca) a wolfram (sobre|) {query}
(cerca|busca) a wolfram alfa (sobre|) {query}
(cerca|busca) al llop (sobre|) {query}
(demana|pregunta) a wolfram (sobre|) {query}
(demana|pregunta) a wolfram alfa (sobre|) {query}
(demana|pregunta) al llop (sobre|) {query}
què (diu|explica) )el|es) llop (sobre|de) {query}
què (diu|explica) wolfram (sobre|de) {query}
què (diu|explica) wolfram alfa (sobre|de) {query}
13 changes: 13 additions & 0 deletions translations/ca-es/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"search_wolfie.intent": [
"(cerca|busca) a wolfram alfa (sobre|) {query}",
"(cerca|busca) a wolfram (sobre|) {query}",
"(demana|pregunta) a wolfram (sobre|) {query}",
"(demana|pregunta) a wolfram alfa (sobre|) {query}",
"què (diu|explica) wolfram alfa (sobre|de) {query}",
"què (diu|explica) wolfram (sobre|de) {query}",
"(demana|pregunta) al llop (sobre|) {query}",
"(cerca|busca) al llop (sobre|) {query}",
"què (diu|explica) )el|es) llop (sobre|de) {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 = 3
VERSION_ALPHA = 0
VERSION_BUILD = 4
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 1b41ab4

Please sign in to comment.