Closed dimitrystd closed 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
model\interface\src\main\java\com\smartling\model\contentfiles\ContentFileType.java
SRT(false); //SubRip Text Format
fixed in 4.0.17
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