feat: ttag extract

This commit is contained in:
Maël Gangloff
2024-07-28 20:49:54 +02:00
parent 5291fdb610
commit 5b3d2f63e1
2 changed files with 7 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ export default function TldPage() {
key: 'ccTLD',
label: t`Country-Code Top-Level-Domains`,
children: <>
<Text>{`Top-level domains based on country codes, identifying websites according to their country of origin.`}</Text>
<Text>{t`Top-level domains based on country codes, identifying websites according to their country of origin.`}</Text>
<Divider/><TldTable type='ccTLD'/>
</>
}