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

@@ -2,7 +2,7 @@ import { createNavigation } from 'next-intl/navigation';
import { defineRouting } from 'next-intl/routing';
export const routing = defineRouting({
locales: ['en', 'ja'],
locales: ['en', 'ja', 'pt-BR'],
defaultLocale: 'en',
localePrefix: {
mode: 'always',