Skip to content

Instantly share code, notes, and snippets.

@shanimal
Created November 9, 2012 19:43
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 shanimal/4047761 to your computer and use it in GitHub Desktop.
Save shanimal/4047761 to your computer and use it in GitHub Desktop.
nicknames
define(function(){
return {
"Beth" : "Elizabeth",
"Theo" : "Theodore",
"Drew" : "Andrew",
"Fred" : "Alfred",
"Tony" : "Antony",
"Alex" : "Alexander",
"Ben" : ["Benjamin","Benedict"],
"Eliza" : "Elizabeth",
"Fred" : "Frederick",
"Marc" : "Marcus",
"Sam" : "Samuel",
"Della" : "Adelaide",
"Liz" : "Elizabeth",
"Lisa" : "Elisabeth",
"Stoffe" : "Christopher"
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment