feat: add support for German language (de) (#369)
Co-authored-by: Erik Berkemeyer <WRDoll770@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import { createNavigation } from 'next-intl/navigation';
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
export const routing = defineRouting({
|
||||
locales: ['en', 'ja', 'pt-BR', 'zh-CN'],
|
||||
locales: ['en', 'ja', 'pt-BR', 'zh-CN', 'de'],
|
||||
defaultLocale: 'en',
|
||||
localePrefix: {
|
||||
mode: 'always',
|
||||
|
||||
Reference in New Issue
Block a user