Remove cisgender options from gender choices and localization files

This commit is contained in:
MartinBraquet
2026-05-24 17:25:13 +02:00
parent 77d8bd29e8
commit d1010cd0ea
5 changed files with 2 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ android {
applicationId "com.compassconnections.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 112
versionCode 113
versionName "1.27.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {

View File

@@ -1,6 +1,6 @@
{
"name": "@compass/api",
"version": "1.41.2",
"version": "1.41.3",
"private": true,
"description": "Backend API endpoints",
"main": "src/serve.ts",

View File

@@ -797,8 +797,6 @@
"profile.gender.agender": "Agender",
"profile.gender.androgynous": "Androgyn",
"profile.gender.bigender": "Bigender",
"profile.gender.cis-man": "Cismann",
"profile.gender.cis-woman": "Cisfrau",
"profile.gender.details_placeholder": "Details zu deiner Geschlechtsidentität…",
"profile.gender.female": "Frau",
"profile.gender.gender-nonconforming": "Geschlechtsnichtkonform",
@@ -813,8 +811,6 @@
"profile.gender.plural.agender": "Agender",
"profile.gender.plural.androgynous": "Androgyne",
"profile.gender.plural.bigender": "Bigender",
"profile.gender.plural.cis-man": "Cismänner",
"profile.gender.plural.cis-woman": "Cisfrauen",
"profile.gender.plural.female": "Frauen",
"profile.gender.plural.gender-nonconforming": "Geschlechtsnichtkonforme",
"profile.gender.plural.genderfluid": "Genderfluide",

View File

@@ -796,8 +796,6 @@
"profile.gender.agender": "Agenre",
"profile.gender.androgynous": "Androgyne",
"profile.gender.bigender": "Bigenre",
"profile.gender.cis-man": "Homme cisgenre",
"profile.gender.cis-woman": "Femme cisgenre",
"profile.gender.details_placeholder": "Détails sur votre identité de genre…",
"profile.gender.female": "Femme",
"profile.gender.gender-nonconforming": "Non-conforme au genre",
@@ -812,8 +810,6 @@
"profile.gender.plural.agender": "agenres",
"profile.gender.plural.androgynous": "androgynes",
"profile.gender.plural.bigender": "bigenres",
"profile.gender.plural.cis-man": "hommes cisgenres",
"profile.gender.plural.cis-woman": "femmes cisgenres",
"profile.gender.plural.female": "femmes",
"profile.gender.plural.gender-nonconforming": "non-conformes au genre",
"profile.gender.plural.genderfluid": "genderfluids",

View File

@@ -221,8 +221,6 @@ export const GENDERS = {
Agender: 'agender',
Androgynous: 'androgynous',
Bigender: 'bigender',
'Cis Man': 'cis-man',
'Cis Woman': 'cis-woman',
Genderfluid: 'genderfluid',
Genderqueer: 'genderqueer',
'Gender Nonconforming': 'gender-nonconforming',
@@ -246,8 +244,6 @@ export const GENDERS_PLURAL = {
Agender: 'agender',
Androgynous: 'androgynous',
Bigender: 'bigender',
'Cis Men': 'cis-man',
'Cis Women': 'cis-woman',
Genderfluid: 'genderfluid',
Genderqueer: 'genderqueer',
'Gender Nonconforming': 'gender-nonconforming',