Web (.json)
Frontitude supports multiple JSON formats.
Flat
{
"info_tooltip.title": "No worries, you won’t be charged",
"info_tooltip.paragraph": "You can review this order before it's final"
}Nested
{
"info_tooltip": {
"title": "No worries, you won’t be charged",
"paragraph": "You can review this order before it's final"
}
}Metadata
Translations (Single file)
Translations (Separate files)
Last updated
Was this helpful?