temperature.js 442 B

12345678910111213141516171819202122232425262728293031
  1. [
  2. {"category": "",
  3. "mappings": {
  4. "default": {
  5. "default": "Fahrenheit"
  6. }
  7. },
  8. "key": "F",
  9. "names": ["F", "F.", "\u00B0F"]
  10. },
  11. {"category": "",
  12. "mappings": {
  13. "default": {
  14. "default": "Celsius",
  15. "alternative": "Centigrade"
  16. }
  17. },
  18. "key": "C",
  19. "names": ["C", "\u00B0C"]
  20. },
  21. {"category": "",
  22. "mappings": {
  23. "default": {
  24. "default": "Kelvin"
  25. }
  26. },
  27. "key": "K",
  28. "names": ["K", "\u00B0K"]
  29. }
  30. ]