Sfoglia il codice sorgente

Add some ring sizes

master
Fen Dweller 4 anni fa
parent
commit
76636b8c40
1 ha cambiato i file con 18 aggiunte e 0 eliminazioni
  1. +18
    -0
      macrovision.js

+ 18
- 0
macrovision.js Vedi File

@@ -82,6 +82,21 @@ math.createUnit({
definition: "0.3333333333333333333 in",
offset: 23,
},
RingSizeNA: {
prefixes: "long",
definition: "0.0327 inches",
offset: 13.883792
},
RingSizeISO: {
prefixes: "long",
definition: "0.318309886 mm",
offset: 0
},
RingSizeIndia: {
prefixes: "long",
definition: "0.318309886 mm",
offset: 40
}
});

math.createUnit("humans", {
@@ -414,6 +429,9 @@ const unitChoices = {
],
customary: ["inches", "feet", "yards", "miles", "nauticalMiles"],
relative: [
"RingSizeNA",
"RingSizeISO",
"RingSizeIndia",
"ShoeSizeEU",
"ShoeSizeUK",
"ShoeSizeMensUS",


Loading…
Annulla
Salva