Przeglądaj źródła

Add hands

master
Fen Dweller 3 lat temu
rodzic
commit
1e6b9b7b1f
1 zmienionych plików z 7 dodań i 0 usunięć
  1. +7
    -0
      macrovision.js

+ 7
- 0
macrovision.js Wyświetl plik

@@ -455,6 +455,12 @@ math.createUnit("townships", {
aliases: ["township", "surveytownships", "surveytownships"] aliases: ["township", "surveytownships", "surveytownships"]
}); });


math.createUnit("hands", {
definition: "4 inches",
prefixes: "long",
aliases: ["hand", "hands"]
});

//#endregion //#endregion


const defaultUnits = { const defaultUnits = {
@@ -513,6 +519,7 @@ const unitChoices = {
"ShoeSizeUK", "ShoeSizeUK",
"ShoeSizeMensUS", "ShoeSizeMensUS",
"ShoeSizeWomensUS", "ShoeSizeWomensUS",
"hands",
"stories", "stories",
"buses", "buses",
"marathons", "marathons",


Ładowanie…
Anuluj
Zapisz