Created
November 26, 2019 16:29
-
-
Save bodrovis/0408b40c5962333f9c13b507f7f4b37b to your computer and use it in GitHub Desktop.
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
var message = "Found $1 {{PLURAL:$1|result|results}}"; | |
$.i18n(message, 1); | |
var message = "$1 changed {{GENDER:$2|his|her}} profile picture"; | |
$.i18n(message, 'Emma', 'female'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment