This commit is contained in:
Ibrahima G. Coulibaly
2025-07-13 16:59:57 +01:00
parent 24e0e38b4a
commit ee32138b75
14 changed files with 329 additions and 70 deletions

View File

@@ -12,7 +12,9 @@
"toolInfo": {
"title": "XML Beautifier",
"description": "This tool allows you to format XML data with proper indentation and spacing, making it more readable and easier to work with."
}
},
"title": "XML Beautifier",
"shortDescription": "Format and beautify XML code"
},
"xmlValidator": {
"title": "XML Validator",
@@ -21,7 +23,9 @@
"toolInfo": {
"title": "XML Validator",
"description": "This tool allows you to validate XML syntax and structure. It checks if the XML is well-formed and provides detailed error messages for any issues found."
}
},
"title": "XML Validator",
"shortDescription": "Validate XML code for errors"
},
"xmlViewer": {
"title": "XML Viewer",