From bbbdd4181dce641ea91a2e4e36d4fba0ba1501a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Montan=C3=A9?= Date: Sat, 5 Oct 2024 18:49:17 +0000 Subject: [PATCH 1/3] Translate intents.json via GitLocalize --- translations/ca-es/intents.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/ca-es/intents.json diff --git a/translations/ca-es/intents.json b/translations/ca-es/intents.json new file mode 100644 index 0000000..4c6930f --- /dev/null +++ b/translations/ca-es/intents.json @@ -0,0 +1,12 @@ +{ + "change.wallpaper.intent": [ + "canvia el fons de pantalla actual", + "canvia el fons de pantalla", + "canvia el fons de pantalla de la pantalla d'inici", + "canvia el fons" + ], + "take.screenshot.intent": [ + "fes una captura de pantalla", + "fes una captura" + ] +} From 8e41d8ecb5068667b02aa564936d5d69d83efdd8 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 5 Oct 2024 22:28:11 +0000 Subject: [PATCH 2/3] Increment Version to 1.0.1a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index a3d5a94..4aed667 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_BUILD = 0 -VERSION_ALPHA = 0 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 85151a91cf0a96a896240dc358e25de024d2a7af Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 5 Oct 2024 22:28:39 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f6425..72cbea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [1.0.0a1](https://github.com/OpenVoiceOS/skill-ovos-homescreen/tree/1.0.0a1) (2024-09-20) +## [1.0.1a1](https://github.com/OpenVoiceOS/skill-ovos-homescreen/tree/1.0.1a1) (2024-10-05) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-homescreen/compare/0.0.4a1...1.0.0a1) - -**Breaking changes:** - -- deprecate!:remove dashboard [\#112](https://github.com/OpenVoiceOS/skill-ovos-homescreen/pull/112) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.0.4a1](https://github.com/OpenVoiceOS/skill-ovos-homescreen/tree/0.0.4a1) (2024-09-20) - -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-homescreen/compare/0.0.3...0.0.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-homescreen/compare/1.0.0...1.0.1a1) **Merged pull requests:** -- feat:semver [\#113](https://github.com/OpenVoiceOS/skill-ovos-homescreen/pull/113) ([JarbasAl](https://github.com/JarbasAl)) +- Add Catalan translation [\#116](https://github.com/OpenVoiceOS/skill-ovos-homescreen/pull/116) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))