Skip to content

Commit

Permalink
feat: collapse is an accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 25, 2024
1 parent 891c608 commit 6c34664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions assets/pages/search/TldPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default function TldPage() {
</Paragraph>
<Divider/>
<Collapse
accordion
size={sm ? 'small' : 'large'}
items={[
{
Expand Down
16 changes: 8 additions & 8 deletions translations/translations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -421,42 +421,42 @@ msgid ""
"At the same time, the list of root RDAP servers is updated."
msgstr ""

#: assets/pages/search/TldPage.tsx:120
#: assets/pages/search/TldPage.tsx:121
msgid "Sponsored Top-Level-Domains"
msgstr ""

#: assets/pages/search/TldPage.tsx:122
#: assets/pages/search/TldPage.tsx:123
msgid ""
"Top-level domains sponsored by specific organizations that set rules for "
"registration and use, often related to particular interest groups or "
"industries."
msgstr ""

#: assets/pages/search/TldPage.tsx:129
#: assets/pages/search/TldPage.tsx:130
msgid "Generic Top-Level-Domains"
msgstr ""

#: assets/pages/search/TldPage.tsx:131
#: assets/pages/search/TldPage.tsx:132
msgid ""
"Generic top-level domains open to everyone, not restricted by specific "
"criteria, representing various themes or industries."
msgstr ""

#: assets/pages/search/TldPage.tsx:138
#: assets/pages/search/TldPage.tsx:139
msgid "Brand Generic Top-Level-Domains"
msgstr ""

#: assets/pages/search/TldPage.tsx:140
#: assets/pages/search/TldPage.tsx:141
msgid ""
"Generic top-level domains associated with specific brands, allowing "
"companies to use their own brand names as domains."
msgstr ""

#: assets/pages/search/TldPage.tsx:147
#: assets/pages/search/TldPage.tsx:148
msgid "Country-Code Top-Level-Domains"
msgstr ""

#: assets/pages/search/TldPage.tsx:149
#: assets/pages/search/TldPage.tsx:150
msgid ""
"Top-level domains based on country codes, identifying websites according to "
"their country of origin."
Expand Down

0 comments on commit 6c34664

Please sign in to comment.