-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* import galician translations (#53) * Increment Version to 0.2.13a1 * Update Changelog --------- Co-authored-by: JarbasAI <[email protected]> Co-authored-by: JarbasAl <[email protected]>
- Loading branch information
1 parent
b6bc9f0
commit ce5ff45
Showing
8 changed files
with
45 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,4 @@ | ||
conta máis | ||
continuar | ||
cóntame máis | ||
saber máis |
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 @@ | ||
wolf non sabe a resposta |
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,9 @@ | ||
preguntar a wolf sobre {query} | ||
preguntar a wolfram alpha sobre {query} | ||
preguntar a wolfram sobre {query} | ||
procurar en wolf {query} | ||
procurar en wolfram alpha {query} | ||
procurar en wolfram {query} | ||
que di wolf sobre {query} | ||
que di wolfram alpha sobre {query} | ||
que di wolfram sobre {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,5 @@ | ||
{ | ||
"no_answer.dialog": [ | ||
"wolf non sabe a resposta" | ||
] | ||
} |
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 @@ | ||
{ | ||
"search_wolfie.intent": [ | ||
"preguntar a wolf sobre {query}", | ||
"preguntar a wolfram sobre {query}", | ||
"preguntar a wolfram alpha sobre {query}", | ||
"procurar en wolf {query}", | ||
"procurar en wolfram alpha {query}", | ||
"procurar en wolfram {query}", | ||
"que di wolf sobre {query}", | ||
"que di wolfram alpha sobre {query}", | ||
"que di wolfram sobre {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,8 @@ | ||
{ | ||
"More.voc": [ | ||
"continuar", | ||
"saber máis", | ||
"cóntame máis", | ||
"conta máis" | ||
] | ||
} |
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 |