You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a mycorft instance in Dutch (nl-nl) mode, and I am able to trigger this skill by asking Mycroft to vertel een grap. This triggers an error in the execution in the Joking Skill because pyjokes doesn't support the dutch locale.
What is the point in adding translations when the skill cannot handle the requests in the translated language?
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I guess it's not all that useful. Translating a skill to a language does not only entail translating the intents and dialogs, it can mean adding extra resources for that language or help translate an upstream project.
We'd like to support many languages so in this case we really rely on the help from the community. You can do a couple of things to help out:
Support the pyjoke project with jokes for your language
Supply us with a list of jokes we can quickly plug into the skill if the language is set to nl-nl.
What we definitely should do is to try to fallback to English if a language isn't supported.
I'm running a mycorft instance in Dutch (
nl-nl
) mode, and I am able to trigger this skill by asking Mycroft tovertel een grap
. This triggers an error in the execution in theJoking Skill
because pyjokes doesn't support the dutch locale.What is the point in adding translations when the skill cannot handle the requests in the translated language?
The text was updated successfully, but these errors were encountered: