diff --git a/CHANGELOG.md b/CHANGELOG.md index becc67c..9cf7ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,12 @@ # Changelog -## [0.3.9a3](https://github.com/OpenVoiceOS/ovos-skill-naptime/tree/0.3.9a3) (2024-12-02) +## [0.3.10a1](https://github.com/OpenVoiceOS/ovos-skill-naptime/tree/0.3.10a1) (2024-12-04) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-naptime/compare/0.3.9a1...0.3.9a3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-naptime/compare/0.3.9...0.3.10a1) **Merged pull requests:** -- import basque translations [\#52](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/52) ([JarbasAl](https://github.com/JarbasAl)) -- import galician translations [\#51](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/51) ([JarbasAl](https://github.com/JarbasAl)) -- de-de/translate [\#50](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/50) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) - -## [0.3.9a1](https://github.com/OpenVoiceOS/ovos-skill-naptime/tree/0.3.9a1) (2024-11-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-naptime/compare/0.3.9a2...0.3.9a1) - -## [0.3.9a2](https://github.com/OpenVoiceOS/ovos-skill-naptime/tree/0.3.9a2) (2024-11-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-naptime/compare/0.3.8...0.3.9a2) - -**Merged pull requests:** - -- da-dk/translate [\#48](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/48) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- Add Catalan translation [\#47](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/47) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- Add Catalan translation [\#46](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/46) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- de-de/translate [\#54](https://github.com/OpenVoiceOS/ovos-skill-naptime/pull/54) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) diff --git a/translations/de-de/vocabs.json b/translations/de-de/vocabs.json index e5cdcbb..0ab124c 100644 --- a/translations/de-de/vocabs.json +++ b/translations/de-de/vocabs.json @@ -1,6 +1,5 @@ { - "SleepCommand.voc": [ - "Geh schlafen", - "Schlafenszeit" - ] -} \ No newline at end of file + "wakeup.voc": [ + "aufwachen\nwache auf" + ] +} diff --git a/version.py b/version.py index c759aba..e939bf1 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 9 -VERSION_ALPHA = 0 +VERSION_BUILD = 10 +VERSION_ALPHA = 1 # END_VERSION_BLOCK