feat: accept short versions of traditional pronouns
This commit is contained in:
parent
0ce6453bf7
commit
92243d58ac
5 changed files with 67 additions and 26 deletions
|
@ -174,3 +174,12 @@ export const defaultAvatars = [
|
|||
`${PUBLIC_BASE_URL}/default/512.webp`,
|
||||
`${PUBLIC_BASE_URL}/default/512.jpg`,
|
||||
];
|
||||
|
||||
export interface PronounsJson {
|
||||
pages: Pronouns;
|
||||
autocomplete: Pronouns;
|
||||
}
|
||||
|
||||
interface Pronouns {
|
||||
[key: string]: { pronouns: string[]; display?: string };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue