Last active
October 16, 2015 17:14
-
-
Save darosh/8f1f5a424dd1fe811f23 to your computer and use it in GitHub Desktop.
MessageFormat JSON Sample
This file contains hidden or 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
{ | |
"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