Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.11a1 #50

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.2.10a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.10a1) (2024-11-23)
## [0.2.11a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.11a1) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.9...0.2.10a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.10...0.2.11a1)

**Merged pull requests:**

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



Expand Down
20 changes: 20 additions & 0 deletions locale/da-dk/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"skill_id": "skill-ovos-wolfie.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wolfie",
"name": "Wolfram Alpha",
"description": "Brug Wolfram Alpha til generelle vidensspørgsmål.",
"examples": [
"spørg ulven, hvad lysets hastighed er",
"Hvor højt er Mount Everest?",
"Hvornår blev The Rocky Horror Picture Show udgivet?",
"Hvad er Madonnas rigtige navn?",
"Hvad er 18 gange 4?",
"Hvor mange tommer i en meter?"
],
"tags": [
"wolfram-alfa",
"forespørgsel",
"generel viden",
"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 = 2
VERSION_BUILD = 10
VERSION_ALPHA = 0
VERSION_BUILD = 11
VERSION_ALPHA = 1
# END_VERSION_BLOCK