Skip to content

Commit

Permalink
Reduce the size of locale names
Browse files Browse the repository at this point in the history
Refs #2044
  • Loading branch information
thewilkybarkid committed Oct 25, 2024
1 parent e89c7ae commit 6b482d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ export function page({
new Intl.DisplayNames(supportedLocale, {
type: 'language',
languageDisplay: 'standard',
style: 'short',
}).of(supportedLocale) ?? supportedLocale,
),
),
Expand Down

0 comments on commit 6b482d5

Please sign in to comment.