Replies: 2 comments 1 reply
-
There is forced synchronization in the repository management that should do that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Today, by chance, there was another non-content change ( It detected the change in every HTML file and automatically fixed the translations. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I use weblate to translate some HTML documents. This works more or less reliably. However, a problem I have is that when there are non-text changes (things like a class name of a div changing) in the HTML, Weblate does not regenerate the target files for components where there are such changes. If I also have changes in the text content, there is no problem.
I think this is due to Weblate converting the HTML content to something else internally and then working on that, and converting back to HTML when saving changes. I remember it being written somewhere in the documentation.
My question is: can I somehow force HTML to be regenerated without doing content/text changes?
So far my workflow for this is:
If anyone knows a better way to force-regenerate translation HTML files without content changes, I'd appreciate it. I searched the docs using Google and found nothing, searched GitHub issues, thinking maybe someone requested this and it was rejected, but nothing. Hence this post.
I use Weblate using the official Docker container. If there's no GUI way to do this but a command I can type on the shell, that's perfectly fine.
Beta Was this translation helpful? Give feedback.
All reactions