Skip to content

Commit 2d2a0ba

Browse files
committed
chore: improve schema title
1 parent 03929f3 commit 2d2a0ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/format-schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const defaultSchema: Schema = {
1414
}
1515

1616
const 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

3737
const 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

6161
const 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: {

0 commit comments

Comments
 (0)