fix: add JSON comparison translations

This commit is contained in:
Bhavesh Kshatriya
2025-07-16 00:20:01 +05:30
parent 91bc7ac122
commit 2c5972023f
3 changed files with 17 additions and 5 deletions

View File

@@ -76,5 +76,10 @@
"strictMode": "सख्त मोड",
"title": "JSON मान्य करें",
"validationOptions": "मान्यता विकल्प"
},
"comparison": {
"title": "JSON तुलना करें",
"description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।",
"shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें"
}
}