Skip to content

Instantly share code, notes, and snippets.

View tomergab's full-sized avatar

Tomer Gabbai tomergab

View GitHub Profile
@tomergab
tomergab / project-export-translations.json
Created October 19, 2022 05:38
JSON format - Including translations
{
"source": {
"info_tooltip.title": "No worries, you won’t be charged",
"info_tooltip.paragraph": "You can review this order before it's final"
},
"es": {
"info_tooltip.title": "No te preocupes, no se te cobrará",
"info_tooltip.paragraph": "Puedes revisar este pedido antes de que sea definitivo"
},
"de": {
@tomergab
tomergab / strings-flat.json
Last active September 21, 2022 07:18
JSON types supported on import
{
"info_tooltip_title": "No worries, you won’t be charged",
"info_tooltip_paragraph": "You can review this order before it's final"
}
@tomergab
tomergab / project-export.json
Last active November 25, 2021 11:19
Metadata JSON format
{
"info_tooltip.title": {
"value": "No worries, you won’t be charged",
"status": "Final",
"tags": ["Title", "Info tooltip", "Payment flow"],
"isMixedStyle": false,
"note": "A tooltip title, should grab attention and give users more information about next step",
"createdAt": "2021-11-24T11:37:44.896Z",
"updatedAt": "2021-11-25T10:12:34.131Z",
"lastEditedBy": "Owen Fogel",
@tomergab
tomergab / project-export.json
Last active November 25, 2021 11:18
Flat JSON format
{
"info_tooltip.title": "No worries, you won’t be charged",
"info_tooltip.paragraph": "You can review this order before it's final"
}