From 425f5fa98de2a2d2a07873eeb0d71916c8d20112 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:49:07 +0100 Subject: [PATCH 1/4] Add Catalan translation (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joan Montané --- translations/ca-es/intents.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 translations/ca-es/intents.json 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}" + ] +} From e5c31ee0e3e7ceee2412f430ed36f1c7e6a818b9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 04:49:17 +0000 Subject: [PATCH 2/4] Update translations --- locale/ca-es/search_wolfie.intent | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 locale/ca-es/search_wolfie.intent 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 From 36aeb1fb1a268c26e4e8dc42bdbf5a4e74181b93 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 04:49:20 +0000 Subject: [PATCH 3/4] Increment Version to 0.2.4a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 08a55546c2f8faf77779f2582fb20f1939406fbe Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 04:49:38 +0000 Subject: [PATCH 4/4] Update Changelog --- CHANGELOG.md | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) 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))