Skip to content

Commit

Permalink
Merge pull request #5 from OpenVoiceOS/release-0.3.0a1
Browse files Browse the repository at this point in the history
Release 0.3.0a1
  • Loading branch information
JarbasAl authored Sep 11, 2024
2 parents 2aad32a + 086f949 commit 9d20f8e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 7 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.1a1](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/0.2.1a1) (2024-09-11)
## [V0.2.1](https://github.com/OpenVoiceOS/ovos-skill-ggwave/tree/V0.2.1) (2024-09-11)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/V0.1.0...0.2.1a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-ggwave/compare/0.2.1...V0.2.1)

**Merged pull requests:**

- feat:semver [\#3](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/3) ([JarbasAl](https://github.com/JarbasAl))
- added italian [\#2](https://github.com/OpenVoiceOS/ovos-skill-ggwave/pull/2) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))



Expand Down
14 changes: 14 additions & 0 deletions translations/it-it/dialogs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"ggwave.already.disabled.dialog": [
"codici QR audio già disattivati"
],
"ggwave.already.enabled.dialog": [
"codici QR audio già attivati"
],
"ggwave.disabled.dialog": [
"disabilito i codici QR audio"
],
"ggwave.enabled.dialog": [
"attivo i codici QR audio per i prossimi 15 minuti"
]
}
10 changes: 10 additions & 0 deletions translations/it-it/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"disable.ggwave.intent": [
"(disattiva|spegni|togli) i codici QR audio",
"[UNUSED]"
],
"enable.ggwave.intent": [
"(attiva|accendi|mostra) i codici QR audio",
"[UNUSED]"
]
}
8 changes: 4 additions & 4 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 = 1
VERSION_ALPHA = 0
# END_VERSION_BLOCK
VERSION_MINOR = 3
VERSION_BUILD = 0
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 9d20f8e

Please sign in to comment.