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 = {
1414}
1515
1616const lokaliasSchema : Schema = {
17- title : 'Lokalise JSON format' ,
17+ title : 'Lokalise (Structured JSON format) ' ,
1818 link : 'https://docs.lokalise.com/en/articles/3229161-structured-json' ,
1919 type : 'object' ,
2020 additionalProperties : {
@@ -35,7 +35,7 @@ const flatSchema: Schema = {
3535}
3636
3737const smartlingSchema : Schema = {
38- title : 'Smartling JSON format' ,
38+ title : 'Smartling (Structured JSON format) ' ,
3939 link : 'https://help.smartling.com/hc/en-us/articles/360008000733-JSON' ,
4040 type : 'object' ,
4141 anyOf : [
@@ -59,7 +59,7 @@ const smartlingSchema: Schema = {
5959}
6060
6161const transifexSchema : Schema = {
62- title : 'Transifex JSON format' ,
62+ title : 'Transifex (Structured JSON format) ' ,
6363 link : 'https://help.transifex.com/en/articles/6220899-structured-json' ,
6464 type : 'object' ,
6565 additionalProperties : {
You can’t perform that action at this time.
0 commit comments