Skip to content

Instantly share code, notes, and snippets.

@hartez
Created October 12, 2012 19:35
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 hartez/3881051 to your computer and use it in GitHub Desktop.
Save hartez/3881051 to your computer and use it in GitHub Desktop.
Convertinator celcius
var celcius = new Unit("Celcius")
.IsAlsoCalled("celcius", "Centigrade", "centigrade", "degrees Celcius", "degrees Centigrade")
.IsAlsoCalled("celcuis") // typo from legacy system
.CanBeAbbreviated("°C")
.PluralizeAs("°C");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment