-
-
Notifications
You must be signed in to change notification settings - Fork 103
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 from i18n/*.toml aren't respected in variables.js #101
Comments
@ltguillaume, this is because the scripts partial is cached, I will fix it now. |
Signed-off-by: weru <[email protected]>
Aah, makes sense! |
@ltguillaume, please test when you can if it's indeed fixed. |
Just updated to b6a8bb2 but it isn't working for me yet. |
Thanks for the feedback @ltguillaume. I think my fix is a little flawed, will refine it. |
Thx. While you're diving into the rabbit hole called JavaScript anyway, perhaps a separation of scripts that have to be run asap (e.g. to fix #91) and those that can be bundled at the end of the page is in order? |
Signed-off-by: weru <[email protected]>
Hi @ltguillaume, 64b50b6 should do it. Please check 🤞🏼 |
Sorry, it's still all in English 🙈 |
@ltguillaume, can you remind me your repo URL? I need to test with that |
Signed-off-by: weru <[email protected]>
Signed-off-by: weru <[email protected]>
Didn't see the fix in poiu-de@02119b2 before, can confirm it works now. Thanks! |
compose/assets/js/variables.js
Lines 33 to 44 in 3fc585d
These all fall back to the default language (usually English), no matter if they have been translated in
i18n/*.toml
.The text was updated successfully, but these errors were encountered: