Skip to content

Commit

Permalink
Merge pull request #77 from OpenVoiceOS/release-0.5.10a1
Browse files Browse the repository at this point in the history
Release 0.5.10a1
  • Loading branch information
JarbasAl authored Nov 30, 2024
2 parents aa9cd2f + 41b15a4 commit f2b154e
Show file tree
Hide file tree
Showing 3 changed files with 28 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.5.9a1](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/tree/0.5.9a1) (2024-11-25)
## [0.5.10a1](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/tree/0.5.10a1) (2024-11-30)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/compare/0.5.8...0.5.9a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/compare/0.5.9...0.5.10a1)

**Merged pull requests:**

- da-dk/translate [\#74](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/pull/74) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- de-de/translate [\#76](https://github.com/OpenVoiceOS/ovos-skill-wikipedia/pull/76) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
23 changes: 23 additions & 0 deletions locale/de-de/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"skill_id": "skill-ovos-wikipedia.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia",
"name": "Wikipedia",
"description": "Suche in Wikipedia nach Antworten auf all Deine Fragen. Erhalte nur eine Zusammenfassung oder frage nach weiteren Informationen, um tiefer gehende Informationen zu erhalten.",
"examples": [
"Erzähl mir von Elon Musk",
"Erzähl mir von Bohnen",
"Checke Wikipedia zu Bohnen",
"Erzähle mir etwas über den Pembroke Welsh Corgi",
"Suche nach Schokolade",
"Weitere Informationen",
"Erzähl mir mehr"
],
"tags": [
"Wikipedia",
"Enzyklopädie",
"Allgemeinwissen",
"wiki",
"Frage",
"Abfrage\nSuche"
]
}
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 = 5
VERSION_BUILD = 9
VERSION_ALPHA = 0
VERSION_BUILD = 10
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit f2b154e

Please sign in to comment.