Created
July 11, 2022 18:31
-
-
Save richardDobron/1f28a99ea188e915954b3b4acb6657f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"phrases": [ | |
{ | |
"hashToText": { | |
"77515026232eb24b14cc5e7cca878637": "Save" | |
}, | |
"desc": "Button: Save a form or settings", | |
"project": "tutorial app", | |
"author": "richard", | |
"type": "text", | |
"jsfbt": "Save" | |
}, | |
{ | |
"hashToText": { | |
"11608ffd7ee5e79d727ab00631b2c164": "{name} shared a link. Tell you liked it." | |
}, | |
"desc": "Notification about sharing a link.", | |
"project": "tutorial app", | |
"author": "richard", | |
"type": "table", | |
"jsfbt": { | |
"t": { | |
"*": "{name} shared a link. Tell you liked it." | |
}, | |
"m": [ | |
{ | |
"token": "name", // phrase token | |
"type": 1 // gender = 1, number = 2, pronoun = 3 | |
} | |
] | |
} | |
} | |
], | |
"childParentMappings": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment