-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Hiding untranslated keys #520
Comments
May be there is an option to hold the loading stage on the screen until translations are loaded? |
I've implemented my own hack to solve this problem for now, but I don't have the time or the know-how to write proper tests and make a pull-request.
|
is there any update on this? Is this expected behaviour that will not be changed or is it something that is under consideration? |
Any updates? |
1 similar comment
Any updates? |
I'm submitting a ... (check one with "x")
Current behavior
My keys are visible for a brief period before translations are loaded. This has an ugly effect on the loading of my website.
Expected/desired behavior
An attribute could be used to show translated elements. My css could for example look like this:
[translate]:not([translated]) {
display: none;
}
Then when the translated attribute is added the translated text will become visible.
What is the motivation / use case for changing the behavior?
To make it simple to hide keys until translation is complete.
The text was updated successfully, but these errors were encountered: