locales: desc minor changes

This commit is contained in:
Chesterkxng 2025-11-30 18:00:03 +01:00
parent 009a0dd6ad
commit 80662c59c6

View File

@ -309,20 +309,19 @@
} }
}, },
"unicode": { "unicode": {
"title": "Unicode Encoder/Decoder", "title": "Unicode Encoder / Decoder",
"description": "Encode text to Unicode escape sequences and decode them back.",
"shortDescription": "Encode or decode text using Unicode escape sequences.",
"longDescription": "This tool allows you to encode plain text into Unicode escape sequences (e.g., \\uXXXX) and decode them back. You can choose to output the hexadecimal digits in either uppercase or lowercase for encoding.",
"inputTitle": "Input", "inputTitle": "Input",
"resultTitle": "Output", "resultTitle": "Processed Output",
"optionsTitle": "Options", "optionsTitle": "Mode",
"caseOptionsTitle": "Case Options", "caseOptionsTitle": "Case Options",
"encode": "Unicode Encode", "encode": "Encode",
"decode": "Unicode Decode", "decode": "Decode",
"uppercase": "Uppercase Hex", "uppercase": "Uppercase Hex",
"description": "Convert text to Unicode escape sequences or decode them back to readable text.",
"shortDescription": "Encode or decode text using Unicode escape sequences.",
"toolInfo": { "toolInfo": {
"title": "What is Unicode Escape?", "title": "Unicode Encoder / Decoder",
"description": "Unicode escape sequences are used to represent characters that may not be available in the character set of the document. They are written as '\\u' followed by four hexadecimal digits." "description": "This tool lets you convert plain text into Unicode escape sequences (e.g., \\uXXXX) and decode Unicode escape sequences back into standard text. You can also choose whether the hexadecimal output is formatted in uppercase or lowercase when encoding."
} }
} }
} }