fix translation tables
This commit is contained in:
parent
1a5b8440a2
commit
e81886e4de
1 changed files with 9 additions and 9 deletions
|
@ -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`,
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue