translation bug fixed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-29 13:48:55 +05:00
parent ca8369cc31
commit aa2260f212
28 changed files with 1521 additions and 242 deletions

8
next-intl.config.ts Normal file
View File

@@ -0,0 +1,8 @@
// next-intl.config.ts
import { IntlConfig } from "next-intl";
const nextIntlConfig: IntlConfig = {
locale: "uz", // JSON tarjimalar
};
export default nextIntlConfig;