add: locale and i18n

This commit is contained in:
Mahyar Khanbolooki
2025-07-24 03:14:21 +03:30
parent b9d14478a1
commit 1b3fac2f43
38 changed files with 385 additions and 69 deletions
-11
View File
@@ -1,11 +0,0 @@
import Link from "next/link";
export default function Home() {
return (
<div>
<Link href={'/auth'}>Auth</Link><br/>
<Link href={'/menu'}>Menu</Link><br/>
<Link href={'/'}>Index</Link><br/>
</div>
);
}