Skip to content
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

Create a script to enable offline file comparison #30

Open
swfsql opened this issue Jun 23, 2019 · 0 comments
Open

Create a script to enable offline file comparison #30

swfsql opened this issue Jun 23, 2019 · 0 comments

Comments

@swfsql
Copy link
Owner

swfsql commented Jun 23, 2019

Create a script that analyzes each phrase simultaneously between the original and translated markdown files. It should use environment marks to be able to create "chunks" of strings that are very likely to be correlated.

For a start, it would be useful to have the translated text in one column, and the original in the other. Then when some texts inside one chunk is selected, the other column follows, in order to show that chunk as well.

Then only the translated should be editable, and then the modifications should be shown and be able to be save on the original file.

Most of it will probably be javascript, but the file creations can be done in Rust.

That can be a specific target output as well.


Can be used: https://crates.io/crates/difference
also see: https://crates.io/crates/seal


Moved from ancap-ch/from-en#982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant