-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ability to define empty tag format (#110)
add a new setting called `useSelfClosingTags` which allow to define how empty tag must be write while generating new XLIFF synchronized files. its default value is `true` meaning empty tag will use self closing format (<note/>) - as it was the case prior this change. when set to `false`, empty tag will be write using opening and closing format (<note></note>). references : - oozcitak/xmlbuilder-js#65 - https://github.com/oozcitak/xmlbuilder-js/wiki#converting-to-string Closes #97
- Loading branch information
Showing
4 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters