Skip to content

Instantly share code, notes, and snippets.

@kevbradwick
Created June 27, 2014 12:03
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 kevbradwick/42422d346092c70615c5 to your computer and use it in GitHub Desktop.
Save kevbradwick/42422d346092c70615c5 to your computer and use it in GitHub Desktop.
translations
var i18n = new Translations("en");
i18n.get('search.prompt');
i18n.setLanguage("cy");
i18n.get('search.prompt');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment