Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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