forked from MycroftAI/skill-date-time
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #78 from OpenVoiceOS/release-0.4.1a2
Release 0.4.1a2
- Loading branch information
Showing
7 changed files
with
42 additions
and
12 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
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,22 @@ | ||
{ | ||
"skill_id": "skill-ovos-date-time.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-date-time", | ||
"name": " Date and Time", | ||
"description": "Get the time, date, day of the week", | ||
"examples": [ | ||
"What time is it?", | ||
"Tell me the day of the week", | ||
"How many days until July 4th", | ||
"What's the date?", | ||
"Show me the time", | ||
"What day is Memorial Day 2020?", | ||
"What time is it in Paris?" | ||
], | ||
"tags": [ | ||
"clock", | ||
"date", | ||
"time", | ||
"query", | ||
"information" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ geef | |
vertel | ||
wanneer | ||
wat | ||
weet | ||
welke |
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"van vandaag" | ||
], | ||
"/vocab/Query.voc": [ | ||
"weet", | ||
"welke", | ||
"wat", | ||
"geef", | ||
"vertel", | ||
|
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 = 4 | ||
VERSION_BUILD = 0 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 1 | ||
VERSION_ALPHA = 2 | ||
# END_VERSION_BLOCK |