Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Changelog

## [0.1.28a2](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.28a2) (2025-11-24)
## [0.1.29a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.29a1) (2026-01-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.28a1...0.1.28a2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.28...0.1.29a1)

**Merged pull requests:**

- es-es/translate [\#98](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/98) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.1.28a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.28a1) (2025-07-12)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.27...0.1.28a1)

**Merged pull requests:**

- adding missing German translations [\#96](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/96) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- ca-es/translate [\#100](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/100) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
1 change: 1 addition & 0 deletions locale/ca-es/dialog/please.repeat.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ho sento. No t'he entès. Repeteix, si us plau.
3 changes: 3 additions & 0 deletions translations/ca-es/dialogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"/dialog/alarm_ask_time.dialog": [
"No he entès l'hora. Repetiu-la."
],
"/dialog/please.repeat.dialog": [
"Ho sento. No t'he entès. Repeteix, si us plau."
],
"/dialog/list_todo_subitems_added.dialog": [
"Hi he afegit {num} entrades."
],
Expand Down
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 = 28
VERSION_ALPHA = 0
VERSION_BUILD = 29
VERSION_ALPHA = 1
# END_VERSION_BLOCK