Fix localisation (#3126)
* fix localised errors * fix locales * fix locales * fix highlight badges
This commit is contained in:
parent
6ab3c80985
commit
75ca0267ae
1 changed files with 2 additions and 2 deletions
|
|
@ -110,10 +110,10 @@ function HighlightClip({
|
||||||
<div className="left-0 bottom-8 flex relative gap-2 justify-end pe-2 pb-2 ">
|
<div className="left-0 bottom-8 flex relative gap-2 justify-end pe-2 pb-2 ">
|
||||||
<Tag
|
<Tag
|
||||||
color={tagProps[tag]}
|
color={tagProps[tag]}
|
||||||
className="border-0 rounded-lg hover:inherit gap-2 w-14 text-center capitalize"
|
className="border-0 rounded-lg hover:inherit gap-2 text-center capitalize"
|
||||||
bordered={false}
|
bordered={false}
|
||||||
>
|
>
|
||||||
{tag.toLowerCase()}
|
{t(tag.toLowerCase())}
|
||||||
</Tag>
|
</Tag>
|
||||||
</div>
|
</div>
|
||||||
) : null
|
) : null
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue