mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-04 09:04:54 +00:00
chore(format): Format and Sort JSON files
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Mini Live",
|
||||
"type": "WorkType_MiniLive"
|
||||
},
|
||||
{
|
||||
"name": "Livestream",
|
||||
"type": "WorkType_LiveStreaming"
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"primaryKeys": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"type": "WorkType_MiniLive",
|
||||
"name": "Mini Live"
|
||||
},
|
||||
{
|
||||
"type": "WorkType_LiveStreaming",
|
||||
"name": "Livestream"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user