Skip to content

Commit 05d6989

Browse files
committed
chore: sync locize
1 parent 0d8295f commit 05d6989

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

public/locales/en/json.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"comparison": {
3+
"description": "Compare two JSON objects to identify differences in structure and values.",
4+
"shortDescription": "Find differences between two JSON objects",
5+
"title": "Compare JSON"
6+
},
27
"escapeJson": {
38
"description": "Escape special characters in JSON strings. Convert JSON data to properly escaped format for safe transmission or storage.",
49
"shortDescription": "Escape special characters in JSON",
@@ -58,10 +63,5 @@
5863
"title": "What is JSON Validation?"
5964
},
6065
"validJson": "✅ Valid JSON"
61-
},
62-
"comparison": {
63-
"title": "Compare JSON",
64-
"description": "Compare two JSON objects to identify differences in structure and values.",
65-
"shortDescription": "Find differences between two JSON objects"
6666
}
6767
}

public/locales/hi/json.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"comparison": {
3+
"description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।",
4+
"shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें",
5+
"title": "JSON तुलना करें"
6+
},
27
"escape": {
38
"description": "JSON स्ट्रिंग में विशेष वर्णों को एस्केप करें।",
49
"escapeBackslashes": "बैकस्लैश एस्केप करें",
@@ -106,10 +111,5 @@
106111
},
107112
"validJson": "✅ मान्य JSON",
108113
"validationOptions": "मान्यता विकल्प"
109-
},
110-
"comparison": {
111-
"title": "JSON तुलना करें",
112-
"description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।",
113-
"shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें"
114114
}
115115
}

0 commit comments

Comments
 (0)