flutter_localization_tut
{ | |
"@@last_modified": "2018-12-22T19:28:09.471322", | |
"title": "Counter Tutorial", | |
"@title": { | |
"description": "Name of the tutorial", | |
"type": "text", | |
"placeholders": {} | |
}, | |
"text": "You have pushed the button {counter} times:", | |
"@text": { | |
"description": "Our Text to localize", | |
"type": "text", | |
"placeholders": { | |
"counter": {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment