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