JSON

JSON

JSON files (*.json) are processed in key-value pairs. Example:
{
 "dashboard": "Start",
 "sales": "Der Umsatz",
 "analytics": "Analyse"
}

How to Process JSON Files with Embedded HTML

‍When you upload a *.json file,  termbase.io  treats JSON values as translatable text strings. However, if these strings contain formatting like HTML, it can make the content harder to read and translate, potentially leading to errors that could corrupt the HTML structure.
To properly handle JSON files that contain embedded HTML, rename the file to *.html.json before uploading.
To be processed they must be saved as *.html.json. Example: Rename example.json to example.html.json.
The system will automatically detect and mark all ___PLACEHOLDER___ variables as non-translatable. These elements will be preserved without changes during translation.