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).
- Host: GitHub
- URL: https://github.com/folkerkinzel/tsltn
- Owner: FolkerKinzel
- License: mit
- Created: 2020-04-11T21:24:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T13:56:11.000Z (5 months ago)
- Last Synced: 2024-12-23T14:46:24.461Z (5 months ago)
- Topics: intellisense, localization, visual-studio, xml-documentation
- Language: C#
- Homepage:
- Size: 873 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tsltn
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)

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)