Add files from locale with locale prefix
This commit is contained in:
parent
baab53ef89
commit
c1b11272be
16
locale/schema/config.json
Normal file
16
locale/schema/config.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"$id": "https://schemas.cortezaproject.org/def.json",
|
||||||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"name": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Language name"
|
||||||
|
},
|
||||||
|
"extends": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Language to extend"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user