An open API service indexing awesome lists of open source software.

https://github.com/folkerkinzel/tsltn

Tool to translate the Visual Studio XML documentation file into different languages (for the localization of Visual Studio IntelliSense and project references).
https://github.com/folkerkinzel/tsltn

intellisense localization visual-studio xml-documentation

Last synced: 3 months ago
JSON representation

Tool to translate the Visual Studio XML documentation file into different languages (for the localization of Visual Studio IntelliSense and project references).

Awesome Lists containing this project

README

        

# Tsltn
![version](https://img.shields.io/badge/version-2.6-blue)

Tool to translate the Visual Studio XML documentation file into different languages (for the localization of Visual
Studio IntelliSense and project references). Runs on Windows x64 (Windows 7 - 11).

[Get the current release](https://github.com/FolkerKinzel/Tsltn/releases/tag/v2.6)

![Screenshot](screenshot.png)

Tsltn is a standalone GUI, that enables you
* to keep your translated files in sync with the original file,
* to translate only the required sections (to skip some XML attributes and the code sections), and
* it only prompts you to retranslate a section, when there are significant changes in it and
* checks the translated sections for XML errors.

Tsltn creates its own *.tsltn file type, which is a XML file, that holds your translations of the sections of
the original file together with a special hash, that connects the translations stably with the corresponding
sections of the original file.

Tsltn is completely free of charge, even for commercial purposes.

.

[Version History](https://github.com/FolkerKinzel/Tsltn/releases)