mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-07 02:02:31 +00:00
chore(format): Format and Sort JSON files
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Activities",
|
||||
"type": "ProduceStepType_EventSchool"
|
||||
},
|
||||
{
|
||||
"name": "Gift",
|
||||
"type": "ProduceStepType_Present"
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"primaryKeys": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"type": "ProduceStepType_EventSchool",
|
||||
"name": "Activities"
|
||||
},
|
||||
{
|
||||
"type": "ProduceStepType_Present",
|
||||
"name": "Gift"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user