XliffParser
XliffParser copied to clipboard
XLIFF (XML Localization Interchange File Format) Parser Library
contributes to #10
The API is very practical, but unfortunately there are still a few pitfalls that I would like to enumerate here: Which would be desirable: - Reading and writing Xliff documents...
in xliff 1.2 file ,I cant get Inline element , can you tell me how to get it?
With this fix it will be possible to have xml text in a xliff file without truncating the element names.
Hi, first: This library is super cool. I'm using it to build a simple tool for translating my angular 4 app and it saved me a lot of pain. Thank...
Is it planned to port XliffParser tool to non-windows platforms? I think this will involve porting underlying library to `netstandard`, and the tool itself to `netcoreapp`. If this is planned,...
If a resx file has an entry like below: ``` ``` Output xlf file will have the following: ``` ``` Expectation: output xlf file should preserve the space and have...