diff --git a/CHANGELOG.md b/CHANGELOG.md index a525075..e8cca3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/locale/ca-es/search_wolfie.intent b/locale/ca-es/search_wolfie.intent new file mode 100644 index 0000000..11c8bfe --- /dev/null +++ b/locale/ca-es/search_wolfie.intent @@ -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} \ No newline at end of file diff --git a/translations/ca-es/intents.json b/translations/ca-es/intents.json new file mode 100644 index 0000000..7edb082 --- /dev/null +++ b/translations/ca-es/intents.json @@ -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}" + ] +} diff --git a/version.py b/version.py index e39ffda..c1bb0da 100644 --- a/version.py +++ b/version.py @@ -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