Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created June 25, 2019 14:11
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/ca3cb333c66675d2224ab1444b138498 to your computer and use it in GitHub Desktop.
Save bodrovis/ca3cb333c66675d2224ab1444b138498 to your computer and use it in GitHub Desktop.
$.i18n().load( {
'en': './i18n/en.json'
}).done(function() {
$('.change_locale).click(function() {
// change locale here...
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment