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

[Bug]: When a string doesn't exist in a language in second level #339

Open
1 task done
eddsaura opened this issue Mar 22, 2022 · 0 comments
Open
1 task done

[Bug]: When a string doesn't exist in a language in second level #339

eddsaura opened this issue Mar 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@eddsaura
Copy link
Member

Description of the bug

Default translate doesn't work properly when the translation json has more than one level. i.e

// form.json

{
    "fishbowl": {
        "title": "Title",
        "day": "Date",
        "selectDay": "Select day",
        "time": "Starts at"
    }
}

Definition of the solution

The logic should check everylevel, independently.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@eddsaura eddsaura added the bug Something isn't working label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant