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

Feature Request – Saving Differences Between Files of Different Languages #245262

Closed
tarkain68 opened this issue Apr 1, 2025 · 1 comment
Closed
Assignees
Labels
*extension-candidate Issue identified as good extension implementation

Comments

@tarkain68
Copy link

Context:
Currently, when comparing two files in Visual Studio Code (for example, an English file and its French translation), the diff system fails to recognize that the two files are identical in terms of content except for the language. Consequently, it displays all differences, making the review of modifications tedious.

Description of the Request:

Targeted Diff Saving:
Allow users to save the result of the comparison between two files by focusing only on the differences relevant to the translation.

Ignore Language-Related Variations:
Add an option that allows ignoring structural or formatting differences that result solely from the translation, so that only significant modifications are displayed and saved.

Manual Configuration:
Integrate a feature that allows users to manually specify the source language and the target language to refine the comparison and improve the relevance of the saved diff.

Expected Benefits:

Improved Efficiency:
Translators and developers will be able to quickly identify and review only the actual translation modifications without being overwhelmed by unnecessary differences.

Optimized Code Reviews:
A streamlined diff will facilitate the verification and validation processes of translations in multilingual projects.

Time Saving:
This feature would significantly reduce the time spent analyzing comparisons by focusing only on what truly matters.

Use Cases:

Multilingual Projects:
In applications requiring multiple localizations, this feature will help compare the original file with its translations by displaying only the effective modifications due to the translation.

Translation Review:
Translation teams can use this option to ensure that the translated version is consistent with the source content without being distracted by superficial differences.

Conclusion:
Adding this feature to Visual Studio Code would provide a solution tailored to the needs of teams working on multilingual projects. It would enhance the efficiency of the translation process and clarity during the review of modifications by allowing only the relevant differences to be saved and consulted.

Thank you for considering this request for a future update of the editor.

@lramos15 lramos15 added *extension-candidate Issue identified as good extension implementation and removed triage-needed labels Apr 2, 2025
Copy link

We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*extension-candidate Issue identified as good extension implementation
Projects
None yet
Development

No branches or pull requests

2 participants