mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-26 01:19:33 +02:00
fix: tsc
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user