Used from the documentation but I keep getting the error:
error: Translations check failed:
- Variable "date" defined at `move_tr!("locale-date-format", { ... })` macro call in src/components/site/reviews_google.rs not found in message "locale-date-format" of locale "en".
- Variable "date" defined at `move_tr!("locale-date-format", { ... })` macro call in src/components/site/reviews_google.rs not found in message "locale-date-format" of locale "nl".
--> ui/src/console.rs:43:29
|
43 | check_translations: "./src/**/*.rs",
Is this an error on my side, because fluent is completely new to me?
In Leptos I use this:
And in the translation I have:
Used from the documentation but I keep getting the error:
Is this an error on my side, because fluent is completely new to me?