Skip to content

Commit

Permalink
Merge pull request #34 from OpenVoiceOS/release-0.2.11a1
Browse files Browse the repository at this point in the history
Release 0.2.11a1
  • Loading branch information
JarbasAl authored Nov 25, 2024
2 parents 73a5f6e + 7cc4f8f commit 070ffa4
Show file tree
Hide file tree
Showing 3 changed files with 26 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.2.10a1](https://github.com/OpenVoiceOS/ovos-skill-icanhazdadjokes/tree/0.2.10a1) (2024-11-23)
## [0.2.11a1](https://github.com/OpenVoiceOS/ovos-skill-icanhazdadjokes/tree/0.2.11a1) (2024-11-25)

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

**Merged pull requests:**

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



Expand Down
21 changes: 21 additions & 0 deletions locale/da-dk/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"title": "Jokes",
"description": "Gør din dag glad med farhumor. Latter er ikke garanteret, men øjenruller er sandsynlige.",
"examples": [
"Fortæl mig en vittighed.",
"Sig en joke.",
"Kender du nogle vittigheder?",
"Kan du fortælle vittigheder?",
"Få mig til at grine.",
"Fortæl mig en vittighed om tandlæger.",
"Kender du nogen Chuck Norris-jokes?"
],
"tags": [
"Underholdning",
"vittighed",
"vittigheder",
"humor",
"humor",
"sjov"
]
}
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

0 comments on commit 070ffa4

Please sign in to comment.