Documented the alternate locales of the Social Card in the Infrastructure package.

This commit is contained in:
2026-09-04 15:13:29 +02:00
parent 779bdd542a
commit b2bfb734c6
3 changed files with 4 additions and 3 deletions
@@ -60,6 +60,7 @@ extension SocialCard.Tag {
case imageWidth = "og:image:width"
/// The `og:locale` tag, carrying the locale of the card's text.
case locale = "og:locale"
/// The `og:locale:alternate` tag, carrying the locale of one other language edition of the card's page; repeated once per edition.
case localeAlternate = "og:locale:alternate"
/// The `og:site_name` tag, carrying the name of the site the card belongs to.
case siteName = "og:site_name"