forked from OpenVoiceOS/ovos-audio-transformer-plugin-ggwave
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from OpenVoiceOS/release-0.3.0a1
Release 0.3.0a1
- Loading branch information
Showing
4 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |