Fix HU i18n

This commit is contained in:
Norbert Balák-Horváth
2026-06-04 19:52:42 +02:00
committed by Linus Rath
parent 6350e9dabc
commit f77d2e9103
3 changed files with 6 additions and 13 deletions
+3
View File
@@ -26,6 +26,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
case 'fr':
messages = (await import('../locales/fr/common.json')).default;
break;
case 'hu':
messages = (await import('../locales/hu/common.json')).default;
break;
case 'it':
messages = (await import('../locales/it/common.json')).default;
break;