Fix localisation (#3126)

* fix localised errors

* fix locales

* fix locales

* fix highlight badges
This commit is contained in:
Andrey Babushkin 2025-03-10 16:50:10 +01:00 committed by GitHub
parent 6ab3c80985
commit 75ca0267ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,10 +110,10 @@ function HighlightClip({
<div className="left-0 bottom-8 flex relative gap-2 justify-end pe-2 pb-2 ">
<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}
>
{tag.toLowerCase()}
{t(tag.toLowerCase())}
</Tag>
</div>
) : null