Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 26, 2019 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/0408b40c5962333f9c13b507f7f4b37b to your computer and use it in GitHub Desktop.
Save bodrovis/0408b40c5962333f9c13b507f7f4b37b to your computer and use it in GitHub Desktop.
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