Skip to content

Instantly share code, notes, and snippets.

@darosh
Last active October 16, 2015 17:14
Show Gist options
  • Save darosh/8f1f5a424dd1fe811f23 to your computer and use it in GitHub Desktop.
Save darosh/8f1f5a424dd1fe811f23 to your computer and use it in GitHub Desktop.
MessageFormat JSON Sample
{
"placeholder": "Message with {PLACEHOLDER}.",
"plural": "There {NUM_RESULTS, plural, one{is # result} other{are # results}}.",
"literal": "There {NUM_RESULTS, plural, =0{are no results} one{is one result} other{are # results}}."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment