From a1b2b6d96c128e7c95d33829a9043833191657fd Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:30:25 +0000 Subject: [PATCH 1/4] Merge pull request #100 from OpenVoiceOS/gitlocalize-36492 ca-es/translate --- translations/ca-es/dialogs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/translations/ca-es/dialogs.json b/translations/ca-es/dialogs.json index ed27cab9..b45b2274 100644 --- a/translations/ca-es/dialogs.json +++ b/translations/ca-es/dialogs.json @@ -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." ], From 6f1826420309fa9d37fc7bbce0bf5e03095f3453 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 19 Jan 2026 08:30:42 +0000 Subject: [PATCH 2/4] Update translations --- locale/ca-es/dialog/please.repeat.dialog | 1 + 1 file changed, 1 insertion(+) create mode 100644 locale/ca-es/dialog/please.repeat.dialog diff --git a/locale/ca-es/dialog/please.repeat.dialog b/locale/ca-es/dialog/please.repeat.dialog new file mode 100644 index 00000000..8f9d4915 --- /dev/null +++ b/locale/ca-es/dialog/please.repeat.dialog @@ -0,0 +1 @@ +Ho sento. No t'he entès. Repeteix, si us plau. \ No newline at end of file From ebb88d220737e302cf7612052fca3280bc0f5841 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 19 Jan 2026 08:30:55 +0000 Subject: [PATCH 3/4] Increment Version to 0.1.29a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index c5439a2c..26ee9834 100644 --- a/version.py +++ b/version.py @@ -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 From 8a5c42a5356bcc4a1445e3b62a5b659eecfe38f5 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 19 Jan 2026 08:31:23 +0000 Subject: [PATCH 4/4] Update Changelog --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582402a8..aed77b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))