Separate English string from other languages, so we can see the every changes easily on git repo
We have a commandline tool for detecting new entries to English e.g. logseq/contributing-to-translations.md at master · logseq/logseq · GitHub. Are you checking logs because existing English entries are being modified? That is an area I would like us, the logseq team, to improve on. Ideally, any change to a modified entry should invalidate the entries of all other languages and cause their deletion
Separate all language string to their individual files.
We have been thinking of doing this refactor and hope to soon
We have a commandline tool for detecting new entries to English
I am aware that I am using it, but the script only informs me if there is a new string.
Are you checking logs because existing English entries are being modified?
Yes.
Additionally, I prefer to maintain the order of lines, similar to the English strings, which can also be problematic. I have to identify the new line, compare it to the corresponding string in my language, then add the translation and continue.
From what I can see, it seems that you all have good plans for translators. I will monitor these improvements.