Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing slot list in languages other than [en] #186

Open
ddppddpp opened this issue Dec 31, 2024 · 1 comment
Open

Missing slot list in languages other than [en] #186

ddppddpp opened this issue Dec 31, 2024 · 1 comment

Comments

@ddppddpp
Copy link

I'm trying to add localization for homeassistant_HassRespond for my language (Bulgarian) following the tutorial.
My tests fail with the error hassil.errors.MissingListError: Missing slot list { response }. for the following test item:

tests:
  - sentences:
      - "say I'm a little teapot"
    intent:
      name: HassRespond
      slots:
        response: "I'm a little teapot"
    response: "I'm a little teapot"

I copy-pasted the original english sentence and test into the translated file but the error persists.
I found a similar issue reported in the communities where the OP managed to solve it by changing the slot name (possibly avoiding a scope error), however chaning {response} to {my_response_slot} didn't solve the issue for me.
How do I troubleshoot it further and is it ok to delete the failing test scenario and submit a PR with the remaining translations?

@ddppddpp
Copy link
Author

ddppddpp commented Jan 5, 2025

while the issue persists, the localization has been completed by other contributor (missing mentioned test) making it hard to reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant