From 33d0c732da5921c65a71906a230c10692707bbc2 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:37:58 +0000 Subject: [PATCH 1/3] de-de/translate (#30) Co-authored-by: Dante1975X --- locale/de-de/skill.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 locale/de-de/skill.json diff --git a/locale/de-de/skill.json b/locale/de-de/skill.json new file mode 100644 index 0000000..ce522ae --- /dev/null +++ b/locale/de-de/skill.json @@ -0,0 +1,17 @@ +{ + "skill_id": "ovos-skill-iss-location.openvoiceos", + "source": "https://github.com/OpenVoiceOS/ovos-skill-iss-location", + "name": "ISS Tracker", + "description": "Verfolge den Standort der ISS", + "examples": [ + "Wo ist die ISS", + "Wer ist an Bord der Raumstation?", + "Wann fliegt die ISS über", + "Erzähl mir vom ISS", + "wie viele Personen sind an Bord der Raumstation" + ], + "tags": [ + "Wissenswertes", + "Raum" + ] +} From 193f77fc77c227c3f29d44a65539c90745359bca Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 30 Nov 2024 20:38:12 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.8a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index f15eb29..d03f90e 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 7 -VERSION_ALPHA = 0 +VERSION_BUILD = 8 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From c2e0f5af49c7afefa4f2838c6b93892ee4472e69 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 30 Nov 2024 20:38:33 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65de1ea..618a630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [0.2.7a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.7a1) (2024-11-27) +## [0.2.8a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.8a1) (2024-11-30) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.6...0.2.7a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.7...0.2.8a1) **Merged pull requests:** -- Add Catalan strings [\#28](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/28) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- de-de/translate [\#30](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/30) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -## [V0.2.6](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.6) (2024-11-25) +## [V0.2.7](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.7) (2024-11-27) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.6...V0.2.6) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.7...V0.2.7)