From bd2ee11f8d8f6d25ed7369864a544adc3bdfc212 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 29 Jan 2022 17:23:32 -0500 Subject: [PATCH] Add EU and UK shoe sizes --- macrovision.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/macrovision.js b/macrovision.js index 4ede3471..ce289a58 100644 --- a/macrovision.js +++ b/macrovision.js @@ -67,6 +67,16 @@ math.createUnit({ definition: "0.3333333333333333333 inches", offset: 22, }, + ShoeSizeEU: { + prefixes: "long", + definition: "0.666666666667 cm", + offset: -2, + }, + ShoeSizeUK: { + prefixes: "long", + definition: "0.3333333333333333333 in", + offset: 23, + }, }); math.createUnit("humans", { @@ -399,6 +409,8 @@ const unitChoices = { ], customary: ["inches", "feet", "yards", "miles", "nauticalMiles"], relative: [ + "ShoeSizeEU", + "ShoeSizeUK", "ShoeSizeMensUS", "stories", "buses",