Skip to content

Commit

Permalink
Merge pull request #37 from OpenVoiceOS/release-0.1.11a1
Browse files Browse the repository at this point in the history
Release 0.1.11a1
  • Loading branch information
JarbasAl authored Nov 23, 2024
2 parents 6693ab3 + 8ac77c9 commit b031a1b
Show file tree
Hide file tree
Showing 3 changed files with 34 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.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.10a1) (2024-11-19)
## [0.1.11a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.11a1) (2024-11-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.9...0.1.10a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.10...0.1.11a1)

**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#33](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/33) ([JarbasAl](https://github.com/JarbasAl))
- Add Catalan translation [\#36](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/36) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
29 changes: 29 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"title": "Alertes",
"description": "Una habilitat per a gestionar alarmes, temporitzadors, recordatoris, esdeveniments i tasques pendents i, opcionalment, sincronitzar-los amb un servei CalDAV. ",
"examples": [
"Posa una alarma a les 8 AM.",
"Inicia un temporitzador de pa durant 30 minuts.",
"Programa un esdeveniment de tennis per a les 14:00 de divendres amb una durada de 2 hores.",
"Estableix una alarma diària per a les 8 del matí.",
"Estableix una alarma per a les 8 del matí tots els dissabtes.",
"recorda'm de treure les escombraries cada dijous i diumenge a les 19h.",
"desperta'm a les 8 del matí amb música.",
"Quan és la meva pròxima alarma?",
"Quins són els meus recordatoris?",
"Cancel·la totes les alarmes.",
"Cancel·la tots els temporitzadors.",
"Cancel·la tots els recordatoris.",
"Què m'he perdut?",
"M'he perdut alguna cosa?"
],
"tags": [
"productivitat",
"dia a dia",
"alerta",
"alarma",
"temporitzador",
"recordatori",
"programació"
]
}
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 = 1
VERSION_BUILD = 10
VERSION_ALPHA = 0
VERSION_BUILD = 11
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit b031a1b

Please sign in to comment.