Last active
November 21, 2016 02:28
-
-
Save iammerrick/bbf539babc4b05b42d52e42d186b219e 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
You will receive {numberOfTexts, plural, | |
=0 {no more texts.} | |
=1 {{duration, plural, | |
=0 {1 more text.} | |
=1 {1 text tomorrow.} | |
other {1 text within # days.} | |
}} | |
other {{duration, plural, | |
=0 {{numberOfTexts} more texts.} | |
=1 {{numberOfTexts} texts tomorrow.} | |
other {{numberOfTexts} texts within # days.} | |
}} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment