mirror of
https://github.com/NatsumeLS/Gakumas-Translation-Data-EN.git
synced 2026-02-07 02:02:31 +00:00
Revert "chore(format): Format and Sort JSON files"
This reverts commit 22b5de455b.
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"name": "Terms",
|
||||
"type": "TermsType_TermsOfService"
|
||||
},
|
||||
{
|
||||
"name": "Privacy Policy",
|
||||
"type": "TermsType_PrivacyPolicy"
|
||||
},
|
||||
{
|
||||
"name": "Outlet",
|
||||
"type": "TermsType_GlobalConsent"
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"primaryKeys": [
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"type": "TermsType_TermsOfService",
|
||||
"name": "Terms"
|
||||
},
|
||||
{
|
||||
"type": "TermsType_PrivacyPolicy",
|
||||
"name": "Privacy Policy"
|
||||
},
|
||||
{
|
||||
"type": "TermsType_GlobalConsent",
|
||||
"name": "Outlet"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user