File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const defaultSchema: Schema = {
14
14
}
15
15
16
16
const lokaliasSchema : Schema = {
17
- title : 'Lokalise JSON format' ,
17
+ title : 'Lokalise (Structured JSON format) ' ,
18
18
link : 'https://docs.lokalise.com/en/articles/3229161-structured-json' ,
19
19
type : 'object' ,
20
20
additionalProperties : {
@@ -35,7 +35,7 @@ const flatSchema: Schema = {
35
35
}
36
36
37
37
const smartlingSchema : Schema = {
38
- title : 'Smartling JSON format' ,
38
+ title : 'Smartling (Structured JSON format) ' ,
39
39
link : 'https://help.smartling.com/hc/en-us/articles/360008000733-JSON' ,
40
40
type : 'object' ,
41
41
anyOf : [
@@ -59,7 +59,7 @@ const smartlingSchema: Schema = {
59
59
}
60
60
61
61
const transifexSchema : Schema = {
62
- title : 'Transifex JSON format' ,
62
+ title : 'Transifex (Structured JSON format) ' ,
63
63
link : 'https://help.transifex.com/en/articles/6220899-structured-json' ,
64
64
type : 'object' ,
65
65
additionalProperties : {
You can’t perform that action at this time.
0 commit comments