feat: add support for Portuguese language (pt-BR) (#260)

This commit is contained in:
Eliezer Castro
2025-07-29 12:17:43 -03:00
committed by GitHub
parent 201c63a911
commit b754d55d93
5 changed files with 325 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ import { routing } from './i18n/routing';
export default createMiddleware(routing);
export const config = {
matcher: ['/', '/(ja|en)/:path*'],
matcher: ['/', '/(ja|en|pt-BR)/:path*'],
};