Skip to content

Instantly share code, notes, and snippets.

@lukesutton
Created November 1, 2012 00:14
Show Gist options
  • Select an option

  • Save lukesutton/3990794 to your computer and use it in GitHub Desktop.

Select an option

Save lukesutton/3990794 to your computer and use it in GitHub Desktop.
(function(_) {
var Inflector = function(config) {
};
_.inflect = function(lang) {
return new Inflector(_.inflect.langs[lang]);
};
_.inflect.langs = {
en: {}
};
})(_);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment