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)) 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ó" + ] +} 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