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