Skip to content

Commit

Permalink
Merge pull request #59 from OpenVoiceOS/release-0.1.11a1
Browse files Browse the repository at this point in the history
Release 0.1.11a1
  • Loading branch information
JarbasAl authored Nov 25, 2024
2 parents 8c71a2e + 7759a72 commit 3dc333b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.10a1) (2024-11-23)
## [0.1.11a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.11a1) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/0.1.9...0.1.10a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/0.1.10...0.1.11a1)

**Merged pull requests:**

- Add Catalan translation [\#56](https://github.com/OpenVoiceOS/ovos-skill-news/pull/56) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- da-dk/translate [\#58](https://github.com/OpenVoiceOS/ovos-skill-news/pull/58) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
38 changes: 38 additions & 0 deletions locale/da-dk/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"skill_id": "skill-ovos-news.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-news",
"extra_plugins": {
"core": [

],
"PHAL": [

],
"listener": [

],
"audio": [
"ovos-ocp-nyhedsplugin"
],
"media": [
"ovos-ocp-nyhedsplugin"
],
"gui": [

]
},
"name": "Nyhedsstrømme",
"description": "Nyheder fra hele kloden.",
"examples": [
"afspil nyhederne",
"spil npr nyheder",
"spil euronews",
"afspil catalanske nyheder",
"afspil portugisiske nyheder",
"afspil nyheder på spansk"
],
"tags": [
"nyheder",
"information"
]
}
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 = 10
VERSION_ALPHA = 0
VERSION_BUILD = 11
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 3dc333b

Please sign in to comment.