From e81886e4de1010a005fa6576024a8080a7393a5a Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Wed, 3 Jan 2024 13:21:24 -0600 Subject: [PATCH] fix translation tables --- scripts/index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/index.js b/scripts/index.js index 5beff90..05aa0d4 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -70,17 +70,17 @@ const descs = { (val, sub) => `${sub} expresses themselves ${val}.`, ], value: [ - `as super masculine`, - `as very masculine`, - `as masculine`, + `super masculinely`, + `very masculine`, + `masculinely`, `as somewhat masculine`, `more androgynously than masculine`, `androgynously`, `more androgynously than feminine`, `as somewhat feminine`, - `as feminine`, - `as very feminine`, - `as super feminine`, + `femininely`, + `very femininely`, + `super femininely`, ], }, }, @@ -138,10 +138,10 @@ const descs = { ], value: [ `prefer a monogamous relationship`, - `prefer a monogamous relationship. However, they can be polyamorous if desired`, + `prefer a monogamous relationship. However, they can be polygamous if desired`, `be open to any kind of relationship`, - `prefer a polyamorous relationship. However, they can be monogamous if desired`, - `prefer a polyamorous relationship`, + `prefer a polygamous relationship. However, they can be monogamous if desired`, + `prefer a polygamous relationship`, ], }, },