From 7ecde6262a80ff50492e13858e132754273c2cac Mon Sep 17 00:00:00 2001 From: Calvin Lee Date: Sat, 7 Mar 2026 17:25:55 +0000 Subject: [PATCH 1/2] metadata_registry: add pronouns field --- _data/metadata_registry.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/metadata_registry.yml b/_data/metadata_registry.yml index 01cf296e..236273e0 100644 --- a/_data/metadata_registry.yml +++ b/_data/metadata_registry.yml @@ -56,6 +56,15 @@ format: Valid URL examples: |- https://example.com/bot-info.html + - key: pronouns + description: >- + Text that can be displayed in a user's profile so that others know how to refer to them. + + Should not be parsed or localized. + format: Any string + examples: |- + they/them + she/her (妳/她) - key: status description: Status text that can be shown for users without making them 'away' format: Any string From 18f86f75a5cbe7b9772e18218b26ba57e4c40576 Mon Sep 17 00:00:00 2001 From: Calvin Lee Date: Tue, 10 Mar 2026 17:30:38 +0000 Subject: [PATCH 2/2] clarify parsing of pronouns field --- _data/metadata_registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/metadata_registry.yml b/_data/metadata_registry.yml index 236273e0..46abd5fd 100644 --- a/_data/metadata_registry.yml +++ b/_data/metadata_registry.yml @@ -60,7 +60,7 @@ description: >- Text that can be displayed in a user's profile so that others know how to refer to them. - Should not be parsed or localized. + This value should be used as-is, and software reading this value should not parse or localize it format: Any string examples: |- they/them