-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more logging around language handling in intent service
Handle unsupported full langcode passed to intent service fallback to same root language Update skills to latest versions with uk translation Update translator plugin to resolve configuration bug
- Loading branch information
1 parent
cc59444
commit 41582e3
Showing
4 changed files
with
13 additions
and
3 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
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,5 +1,5 @@ | ||
neon-skill-about~=1.0 | ||
neon-skill-date_time~=1.0,>=1.0.1a2 | ||
neon-skill-demo~=1.0,>=1.0.1a1 | ||
neon-skill-device_controls~=1.0 | ||
neon-skill-ip_address~=1.0 | ||
neon-skill-device_controls~=1.0,>=1.0.1a2 | ||
neon-skill-ip_address~=1.0,>=1.0.1a3 |