feat(website): add next-intl i18n and dark mode support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
export const routing = defineRouting({
|
||||
locales: ['en', 'ko', 'zh', 'ja'],
|
||||
defaultLocale: 'en'
|
||||
});
|
||||
Reference in New Issue
Block a user