implement localization

This commit is contained in:
2026-05-18 05:47:02 +03:30
parent e4ee983393
commit 774e2043c2
45 changed files with 704 additions and 140 deletions

View File

@@ -57,7 +57,7 @@ export default function ForgotPassword({ status }: { status?: string }) {
)}
</Form>
<div className="space-x-1 text-center text-sm text-muted-foreground">
<div className="space-x-1 text-center text-sm text-muted-foreground rtl:space-x-reverse">
<span>{t('Or, return to')}</span>
<TextLink href={login()}>{t('log in')}</TextLink>
</div>