-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Translations flicker #169
Comments
Hello @CommanderRedYT. Were you able to fix the problem? |
Nope, eventually swapped to next-i18next only |
@CommanderRedYT And use |
@vladislavdev58 Could you explain, where do we need to make these changes exactly, and how they impact the flickering. Thank you so much for giving me hope that the flickering can be solved :) |
Same problems |
a temporarily solution is to move content to a separated component import HomepageComponent from "@/components/HomepageComponent";
export default function Homepage() {
return (
<HomepageComponent />
);
}; |
On browser page load (initial load before next-clientside-loading takes over or pressing F5), the translation-keys will appear for a short time until translation files are loaded.
I am using the basic
public/locales/<lang>/foo.json
structure and no NextJS routing (no /de-DE/bla)The text was updated successfully, but these errors were encountered: