feat: configure next-intl i18n with ES/EN locales
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
apps/web/src/i18n/routing.ts
Normal file
6
apps/web/src/i18n/routing.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineRouting } from "next-intl/routing";
|
||||
|
||||
export const routing = defineRouting({
|
||||
locales: ["es", "en"],
|
||||
defaultLocale: "es",
|
||||
});
|
||||
Reference in New Issue
Block a user