summaryrefslogtreecommitdiff
path: root/includes/util/pronouns.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/util/pronouns.inc')
-rw-r--r--includes/util/pronouns.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/includes/util/pronouns.inc b/includes/util/pronouns.inc
deleted file mode 100644
index b7c8dd4..0000000
--- a/includes/util/pronouns.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-function getMemberPronouns(?string $pronouns): ?array {
- return [
- "gender" => "invalid",
- "gender:fr" => "invalide",
- "object" => "this pony",
- "person" => "pony",
- "possessive_det" => "this pony's",
- "possessive_pro" => "this pony's",
- "reflexive" => "this pony",
- "subjective" => "this pony",
- "third" => true,
- "color" => "success"
- ];
-} \ No newline at end of file