fix translation tables

This commit is contained in:
MeowcaTheoRange 2024-01-03 13:21:24 -06:00
parent 1a5b8440a2
commit e81886e4de

View file

@ -70,17 +70,17 @@ const descs = {
(val, sub) => `${sub} expresses themselves ${val}.`, (val, sub) => `${sub} expresses themselves ${val}.`,
], ],
value: [ value: [
`as super masculine`, `super masculinely`,
`as very masculine`, `very masculine`,
`as masculine`, `masculinely`,
`as somewhat masculine`, `as somewhat masculine`,
`more androgynously than masculine`, `more androgynously than masculine`,
`androgynously`, `androgynously`,
`more androgynously than feminine`, `more androgynously than feminine`,
`as somewhat feminine`, `as somewhat feminine`,
`as feminine`, `femininely`,
`as very feminine`, `very femininely`,
`as super feminine`, `super femininely`,
], ],
}, },
}, },
@ -138,10 +138,10 @@ const descs = {
], ],
value: [ value: [
`prefer a monogamous relationship`, `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`, `be open to any kind of relationship`,
`prefer a polyamorous relationship. However, they can be monogamous if desired`, `prefer a polygamous relationship. However, they can be monogamous if desired`,
`prefer a polyamorous relationship`, `prefer a polygamous relationship`,
], ],
}, },
}, },