UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

10 lines (6 loc) 281 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function getConfig() { throw new Error("Couldn't find next-intl config file. Please follow the instructions at https://next-intl.dev/docs/getting-started/app-router"); } exports.default = getConfig;