feat: configure next-intl i18n with ES/EN locales

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-22 03:54:05 +00:00
parent 6f342a065b
commit 00d500d3d3
12 changed files with 1322 additions and 637 deletions

View File

@@ -0,0 +1,6 @@
import { defineRouting } from "next-intl/routing";
export const routing = defineRouting({
locales: ["es", "en"],
defaultLocale: "es",
});