Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created November 26, 2019 14:54
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/accdc286db4f2416dd96641c36fa1be1 to your computer and use it in GitHub Desktop.
Save bodrovis/accdc286db4f2416dd96641c36fa1be1 to your computer and use it in GitHub Desktop.
# ...
var update_texts = function() {
$('body').i18n();
$('#messages').text($.i18n('message_from', 'Ann', 2, 'female'));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment