Fix HU i18n
This commit is contained in:
committed by
Linus Rath
parent
6350e9dabc
commit
f77d2e9103
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user