Smartling / api-sdk-net

.Net SDK for integrating with the Smartling API. The Smartling API allows developers to upload language specific resource files and download the translations of those files for easy integration within their application. http://docs.smartling.com
Apache License 2.0
1 stars 6 forks source link

Add namespace support for Upload request in File API #26

Closed dimitrystd closed 5 years ago

dimitrystd commented 5 years ago

Add support for namespace smartling directive in Upload.

We don't use namespaces in sitecore connector v1.x and rely on default TMS configuration (which uses FileUri as namespace). In sitecore connector v2.x we would like to set namespace explicitly for every uploaded file. This will allow us to control how strings are shared when we upload different versions of the same page.

DoD: