diff --git a/app/extensions/vanity/page.mdx b/app/extensions/vanity/page.mdx index 437b819..3b6d3bb 100644 --- a/app/extensions/vanity/page.mdx +++ b/app/extensions/vanity/page.mdx @@ -41,8 +41,8 @@ All properties are optional. Audio format (e.g. `audio/mpeg`). - - An array of pronouns the user uses. Can be represented as a string or an object. + + An array of internationalized pronouns the user uses. Can be represented as a string or an object. ```typescript /* e.g. "he/him" */ @@ -57,6 +57,8 @@ All properties are optional. } type Pronoun = ShortPronoun | LongPronoun; + /* Example: en-US or fr */ + type LanguageCode = string; ``` @@ -132,4 +134,4 @@ All properties are optional. ``` - \ No newline at end of file +