Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created May 8, 2019 18:06
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/92f041bb179f8a364993d5279fc6e7f4 to your computer and use it in GitHub Desktop.
Save bodrovis/92f041bb179f8a364993d5279fc6e7f4 to your computer and use it in GitHub Desktop.
jQuery(function($) {
$.i18n().load({
'en': 'http://localhost/lok/jqi/i18n/en.json',
'ru': 'http://localhost/lok/jqi/i18n/ru.json'
}).done(function() {
$('#welcome').text($.i18n('welcome')); // <---
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment