tnt
tnt copied to clipboard
Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
Hi @pragmatrix, Minor thing to add that could be quite useful - I just noticed that Google Translate has a tendency to add extra spaces on interpolated strings, so that...
``` > dotnet pack ``` Fails with > error MSB4181: The "PackTask" task returned false but did not log an error. This error is probably related to paket: https://github.com/fsprojects/Paket/issues/3897 Workaround:...
If `tnt translate` is run without any target languages, it suggests to use command line option `-l`, which is not supported. ``` $ tnt translate No languages selected, use -l...
- [x] Why? - [x] Installation - [x] All command line parameters - [x] Examples - [x] How to prepare a .NET project. - [x] Interoperation with .NET projects (which...
For example, the name of the product, etc. Could be converted as a placeholder and then back, see #30, #37.
Besides supporting the Multilingual App Toolkit on Windows, `tnt` should at least (officially?) support one MacOS X and one Linux XLIFF tool.
``` $ tnt extract [I] Translations updated: [I] [de][10n,33r] "German" .tnt/translation-de.json [I] [fr][10n,33r] "French" .tnt/translation-fr.json [I] updating: .tnt-content/de.tnt [I] updating: .tnt-content/fr.tnt ``` Here, `tnt` clearly lies, the `.tnt-content` files were...
I guess `tnt` should be able to use resource files as a source _and_ be able to import translated strings from resource files _and_ update the translated resource files. User...