Last active
October 16, 2015 17:07
-
-
Save darosh/80259acd7ad10d735571 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
{ | |
"plural": "There {NUM_RESULTS, plural, one{is # result} other{are # results}}", | |
"select": "{GENDER, select, male{He} female{She} other{They}} liked this." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment