Replace locale dirs with a data-folder namespace model: New([]paths), folder dot-paths, last-wins merge
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"format": "{prefix}-{a} {b} {c}",
|
||||
"weight": 10,
|
||||
"prefix": ["070", "072", "073", "076", "079"],
|
||||
"a": [{ "format": "000" }],
|
||||
"b": [{ "format": "00" }],
|
||||
"c": [{ "format": "00" }]
|
||||
},
|
||||
{
|
||||
"format": "{prefix}-{a} {b} {c}",
|
||||
"prefix": ["08", "011", "013", "018", "019", "021", "023", "026", "031", "033", "035", "036", "040", "042", "044", "046", "054", "060", "063", "090"],
|
||||
"a": [{ "format": "000" }],
|
||||
"b": [{ "format": "00" }],
|
||||
"c": [{ "format": "00" }]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user