Smartling / api-sdk-java

This SDK is no longer maintained and is superceeded by Smartling's java-api-sdk.
https://github.com/Smartling/java-api-sdk
13 stars 15 forks source link

Add SRT file type support #39

Closed dimitrystd closed 7 years ago

dimitrystd commented 7 years ago

We added support of SRT files back in Nov. We need to add corresponding file type into SDK. It's defined in model\interface\src\main\java\com\smartling\model\contentfiles\ContentFileType.java as

SRT(false); //SubRip Text Format
Hustred commented 7 years ago

fixed in 4.0.17