3
0

Add files from locale with locale prefix

This commit is contained in:
Corteza Monorepo Migrator 2022-11-14 09:26:46 +01:00
parent baab53ef89
commit c1b11272be

16
locale/schema/config.json Normal file
View 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
}