File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
main/java/com/crowdin/client/sourcefiles/model
test/resources/api/sourcefiles Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public class AddFileRequest {
1414 private String title ;
1515 private String context ;
1616 private String type ;
17+ private String parserVersion ;
1718 private ImportOptions importOptions ;
1819 private ExportOptions exportOptions ;
1920 private List <String > excludedTargetLanguages ;
Original file line number Diff line number Diff line change 88 "title" : " source_app_info" ,
99 "context" : " Context for translators" ,
1010 "type" : " xliff" ,
11+ "parserVersion" : 1 ,
1112 "revisionId" : 1 ,
1213 "status" : " active" ,
1314 "priority" : " normal" ,
Original file line number Diff line number Diff line change 1010 "title" : " source_app_info" ,
1111 "context" : " Context for translators" ,
1212 "type" : " xliff" ,
13+ "parserVersion" : 1 ,
1314 "path" : " /directory1/directory2/filename.extension" ,
1415 "status" : " active"
1516 }
Original file line number Diff line number Diff line change 1010 "title" : " source_app_info" ,
1111 "context" : " Context for translators" ,
1212 "type" : " xliff" ,
13+ "parserVersion" : 1 ,
1314 "revisionId" : 1 ,
1415 "status" : " active" ,
1516 "path" : " /path/to" ,
You can’t perform that action at this time.
0 commit comments