-
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 #38 from OpenVoiceOS/release-0.2.13a1
Release 0.2.13a1
- Loading branch information
Showing
8 changed files
with
39 additions
and
5 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,3 @@ | ||
Ez dakit | ||
Ez nago ziur | ||
Saiatu naiz wiki how bilatzen, baina ez dut ezer aurkitu |
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,5 @@ | ||
(azaldu|) urratsez urrats {query} | ||
nola egin dezaket {query}? | ||
nola egin {query} | ||
nola egingo dut {query}? | ||
{query} egiteko urratsak |
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 @@ | ||
{number}. urratsa. {step} |
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,2 @@ | ||
bilatu (wiki how|wikihow) (honetarako:|) {query} | ||
zer (dio|pentsatzen du) (wiki how-k|wikihow-k honi buruz: {query}? |
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 @@ | ||
{ | ||
"step.dialog": [ | ||
"{number}. urratsa. {step}" | ||
], | ||
"howto.failure.dialog": [ | ||
"Ez nago ziur", | ||
"Ez dakit", | ||
"Saiatu naiz wiki how bilatzen, baina ez dut ezer aurkitu" | ||
] | ||
} |
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,13 @@ | ||
{ | ||
"howto.intent": [ | ||
"(azaldu|) urratsez urrats {query}", | ||
"nola egin dezaket {query}?", | ||
"nola egingo dut {query}?", | ||
"nola egin {query}", | ||
"{query} egiteko urratsak" | ||
], | ||
"wikihow.intent": [ | ||
"bilatu (wiki how|wikihow) (honetarako:|) {query}", | ||
"zer (dio|pentsatzen du) (wiki how-k|wikihow-k honi buruz: {query}?" | ||
] | ||
} |
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 = 12 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 13 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |