We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error[E0308]: mismatched types --> src/app.rs:35:5 | 35 | / leptos_fluent! {{ 36 | | locales: "./locales", 37 | | translations: TRANSLATIONS, 38 | | check_translations: "./src/**/*.rs", ... | 45 | | set_language_to_cookie: true, 46 | | }}; | |______^ expected an array with a fixed size of 52 elements, found one with 321 elements
This happens if I have both 'main.ftl' and test.ftl in locales/*/
test.ftl
The text was updated successfully, but these errors were encountered:
Fixed on v0.0.36
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This happens if I have both 'main.ftl' and
test.ftl
in locales/*/The text was updated successfully, but these errors were encountered: