fix(i18n): load translations from fs

This commit is contained in:
Amruth Pillai
2023-11-14 09:14:21 +01:00
parent d1f54010c7
commit 6303071410
10 changed files with 47 additions and 26 deletions

View File

@ -65,8 +65,7 @@ export const LocaleSwitch = () => {
i18n.locale === option.value && "opacity-100",
)}
/>
{option.label}{" "}
<span className="ml-1.5 text-xs opacity-50">({option.value})</span>
{option.label} <span className="ml-1 text-xs opacity-50">({option.value})</span>
</CommandItem>
))}
</div>