From 677d3729febcf96156a8298d2d0b1f5e4ef39f3a Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:01:48 +0000 Subject: [PATCH 1/3] Add Catalan translation (#81) 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 | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000..1c7c862d --- /dev/null +++ b/locale/ca-es/skill.json @@ -0,0 +1,22 @@ +{ + "skill_id": "skill-ovos-date-time.openvoiceos", + "source": "https://github.com/OpenVoiceOS/skill-ovos-date-time", + "name": " Data i hora", + "description": "Obteniu l'hora, la data, el dia de la setmana", + "examples": [ + "Quina hora és?", + "Digues-me el dia de la setmana", + "Quants dies falten per al 24 de juny?", + "Quina data som?", + "Mostra'm l'hora", + "Quin dia és el dia del Punt Volat de 2026?", + "Quina hora és a París?" + ], + "tags": [ + "rellotge", + "data", + "hora", + "consulta", + "informació" + ] +} From 13a6fbb61d4ce7a8de1301004e3615bfd9f2427f Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 23 Nov 2024 14:02:00 +0000 Subject: [PATCH 2/3] Increment Version to 0.4.3a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 61b6ecc7..f385e76d 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 4 -VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_BUILD = 3 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From ace18d9c867724d9f5eab0c7f4ba4a3498452d15 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 23 Nov 2024 14:02:23 +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 a4b5eb55..6c7a3cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.4.2a1](https://github.com/OpenVoiceOS/ovos-skill-date-time/tree/0.4.2a1) (2024-11-19) +## [0.4.3a1](https://github.com/OpenVoiceOS/ovos-skill-date-time/tree/0.4.3a1) (2024-11-23) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-date-time/compare/0.4.1...0.4.2a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-date-time/compare/0.4.2...0.4.3a1) **Merged pull requests:** -- fix: long description type [\#79](https://github.com/OpenVoiceOS/ovos-skill-date-time/pull/79) ([JarbasAl](https://github.com/JarbasAl)) +- Add Catalan translation [\#81](https://github.com/OpenVoiceOS/ovos-skill-date-time/pull/81) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))