feat: add Korean language support

This commit is contained in:
Linus Rath
2026-04-05 16:46:17 +02:00
parent 7e1d644f7d
commit bcb487810a
4 changed files with 8 additions and 2 deletions
+3
View File
@@ -26,6 +26,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
case 'ja':
messages = (await import('../locales/ja/common.json')).default;
break;
case 'ko':
messages = (await import('../locales/ko/common.json')).default;
break;
case 'nl':
messages = (await import('../locales/nl/common.json')).default;
break;