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.6a2 #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## [0.2.5a1](https://github.com/OpenVoiceOS/skill-ovos-spelling/tree/0.2.5a1) (2024-11-19)
## [0.2.6a2](https://github.com/OpenVoiceOS/skill-ovos-spelling/tree/0.2.6a2) (2024-11-25)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spelling/compare/0.2.4...0.2.5a1)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-spelling/compare/0.2.5...0.2.6a2)

**Merged pull requests:**

- fix:allow workshop 3.0.0 [\#11](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/11) ([JarbasAl](https://github.com/JarbasAl))
- da-dk/translate [\#14](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/14) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- Add Catalan translation [\#13](https://github.com/OpenVoiceOS/skill-ovos-spelling/pull/13) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
9 changes: 9 additions & 0 deletions locale/ca-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Habilitat de lletreig",
"examples": [
"Com s'escriu arquitectura?",
"Lletreja omnipotència",
"Com s'escriu burocràcia?",
"Lletreja ornitorrinc"
]
}
9 changes: 9 additions & 0 deletions locale/da-dk/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Stavefærdighed",
"examples": [
"Hvordan staves jordvark?",
"Stav almagt",
"Hvordan staver man bureaukrati?",
"Stav succotash"
]
}
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 = 5
VERSION_ALPHA = 0
VERSION_BUILD = 6
VERSION_ALPHA = 2
# END_VERSION_BLOCK