From 05d698906ddea0bcf38aedeeeb95a1fb613086b0 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 18 Jul 2025 03:30:49 +0100 Subject: [PATCH] chore: sync locize --- public/locales/en/json.json | 10 +++++----- public/locales/hi/json.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/en/json.json b/public/locales/en/json.json index 8796f27..75f59d0 100644 --- a/public/locales/en/json.json +++ b/public/locales/en/json.json @@ -1,4 +1,9 @@ { + "comparison": { + "description": "Compare two JSON objects to identify differences in structure and values.", + "shortDescription": "Find differences between two JSON objects", + "title": "Compare JSON" + }, "escapeJson": { "description": "Escape special characters in JSON strings. Convert JSON data to properly escaped format for safe transmission or storage.", "shortDescription": "Escape special characters in JSON", @@ -58,10 +63,5 @@ "title": "What is JSON Validation?" }, "validJson": "✅ Valid JSON" - }, - "comparison": { - "title": "Compare JSON", - "description": "Compare two JSON objects to identify differences in structure and values.", - "shortDescription": "Find differences between two JSON objects" } } diff --git a/public/locales/hi/json.json b/public/locales/hi/json.json index 7f32e83..b7e8ec4 100644 --- a/public/locales/hi/json.json +++ b/public/locales/hi/json.json @@ -1,4 +1,9 @@ { + "comparison": { + "description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।", + "shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें", + "title": "JSON तुलना करें" + }, "escape": { "description": "JSON स्ट्रिंग में विशेष वर्णों को एस्केप करें।", "escapeBackslashes": "बैकस्लैश एस्केप करें", @@ -106,10 +111,5 @@ }, "validJson": "✅ मान्य JSON", "validationOptions": "मान्यता विकल्प" - }, - "comparison": { - "title": "JSON तुलना करें", - "description": "दो JSON वस्तुओं की संरचना और मूल्यों में अंतर की पहचान करें।", - "shortDescription": "दो JSON वस्तुओं के बीच अंतर ढूंढें" } }