feat: add support for Portuguese language (pt-BR) (#260)
This commit is contained in:
@@ -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*'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user