Skip to content

Commit

Permalink
Merge pull request #82 from OpenVoiceOS/release-0.4.3a1
Browse files Browse the repository at this point in the history
Release 0.4.3a1
  • Loading branch information
JarbasAl authored Nov 23, 2024
2 parents 3e8ce5c + ace18d9 commit edccd4b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



Expand Down
22 changes: 22 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -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ó"
]
}
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit edccd4b

Please sign in to comment.