-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate intents.json via GitLocalize * Translate dialogs.json via GitLocalize --------- Co-authored-by: Gaëtan Trellu <[email protected]>
- Loading branch information
1 parent
777e8c2
commit b442056
Showing
2 changed files
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"no_joke.dialog": [ | ||
"je n'ai trouvé aucune blague sur {search}" | ||
] | ||
} |
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,20 @@ | ||
{ | ||
"search_joke.intent": [ | ||
"raconte-moi une blague sur {search}", | ||
"dis une blague sur {search}", | ||
"Connais-tu des blagues sur {search}", | ||
"peux-tu raconter des blagues sur {search}", | ||
"blague sur {search}", | ||
"raconte-moi une blague sur {search}", | ||
"dis une blague sur {search}", | ||
"Connais-tu des blagues sur {search}", | ||
"peux-tu raconter des blagues sur {search}" | ||
], | ||
"joke.intent": [ | ||
"raconte-moi une blague", | ||
"dit une blague", | ||
"connais-tu des blagues ?", | ||
"peux-tu raconter des blagues", | ||
"fais moi rire" | ||
] | ||
} |