From a04f279d81d1cd46d75c1fb4d430d27646533999 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:19:42 +0000 Subject: [PATCH 1/3] Add Catalan translation (#47) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joan Montané --- locale/ca-es/skill.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 locale/ca-es/skill.json diff --git a/locale/ca-es/skill.json b/locale/ca-es/skill.json new file mode 100644 index 0000000..ccbf712 --- /dev/null +++ b/locale/ca-es/skill.json @@ -0,0 +1,20 @@ +{ + "skill_id": "skill-ovos-wolfie.openvoiceos", + "source": "https://github.com/OpenVoiceOS/skill-ovos-wolfie", + "name": "Wolfram Alpha", + "description": "Useu Wolfram Alpha per a preguntes de coneixement general.", + "examples": [ + "pregunta al llop quina és la velocitat de la llum", + "Quina alçada té l'Everest?", + "Quan es va estrenar The Rocky Horror Picture Show?", + "Quin és el nom real de Madonna?", + "Quant és 18 per 4?", + "Quantes polzades té un metre?" + ], + "tags": [ + "wolfram-alpha", + "consulta", + "coneixement-general", + "informació" + ] +} From 69da0b6b007918a0a2e6a066682e843ed61cdab4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 23 Nov 2024 16:19:55 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.10a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index ec2d0cc..46d3d43 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 9 -VERSION_ALPHA = 0 +VERSION_BUILD = 10 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From e9e99b3f1a24131cc3103bc6a6e3e59e01148a40 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 23 Nov 2024 16:21:05 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73dd99e..5bde9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.9a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.9a1) (2024-11-19) +## [0.2.10a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.10a1) (2024-11-23) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.8...0.2.9a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.9...0.2.10a1) **Merged pull requests:** -- fix:allow workshop 3.0.0 [\#45](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/45) ([JarbasAl](https://github.com/JarbasAl)) +- Add Catalan translation [\#47](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/47) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))