You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've finally moved the translation logic to our pipelines and are 99% close to auto-generate translations as part of the build process. However, we lack support for the parseFromDeveloperNoteTrimCharacters setting in PS Xliff Sync (although it is supported in VS Code > rvanbekkum/vsc-xliff-sync#100)
Hi @fvet,
I have just pushed a commit which will add support for the parseFromDeveloperNoteTrimCharacters parameter.
I will need to test and release it. If you have any feedback then please let me know as well.
The implementation is taken from the vsc-xliff-sync implementation and converted to PowerShell.
Hi @rvanbekkum ,
We've finally moved the translation logic to our pipelines and are 99% close to auto-generate translations as part of the build process. However, we lack support for the
parseFromDeveloperNoteTrimCharacters
setting in PS Xliff Sync (although it is supported in VS Code > rvanbekkum/vsc-xliff-sync#100)Our PS script currently looks like this ...
... but we would like to specify
parseFromDeveloperNoteTrimCharacters
similar to how we can specify this in VS Code.Any chance of integrating below commit into the PS version of XLiff Sync?
rvanbekkum/vsc-xliff-sync@fc0ba6a
The text was updated successfully, but these errors were encountered: