Fix HU i18n
This commit is contained in:
committed by
Linus Rath
parent
6350e9dabc
commit
f77d2e9103
@@ -9,6 +9,7 @@ import deMessages from '@/locales/de/common.json';
|
|||||||
import enMessages from '@/locales/en/common.json';
|
import enMessages from '@/locales/en/common.json';
|
||||||
import esMessages from '@/locales/es/common.json';
|
import esMessages from '@/locales/es/common.json';
|
||||||
import frMessages from '@/locales/fr/common.json';
|
import frMessages from '@/locales/fr/common.json';
|
||||||
|
import huMessages from '@/locales/hu/common.json';
|
||||||
import itMessages from '@/locales/it/common.json';
|
import itMessages from '@/locales/it/common.json';
|
||||||
import jaMessages from '@/locales/ja/common.json';
|
import jaMessages from '@/locales/ja/common.json';
|
||||||
import koMessages from '@/locales/ko/common.json';
|
import koMessages from '@/locales/ko/common.json';
|
||||||
@@ -29,6 +30,7 @@ const ALL_MESSAGES = {
|
|||||||
en: enMessages,
|
en: enMessages,
|
||||||
es: esMessages,
|
es: esMessages,
|
||||||
fr: frMessages,
|
fr: frMessages,
|
||||||
|
hu: huMessages,
|
||||||
it: itMessages,
|
it: itMessages,
|
||||||
ja: jaMessages,
|
ja: jaMessages,
|
||||||
ko: koMessages,
|
ko: koMessages,
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
|
|||||||
case 'fr':
|
case 'fr':
|
||||||
messages = (await import('../locales/fr/common.json')).default;
|
messages = (await import('../locales/fr/common.json')).default;
|
||||||
break;
|
break;
|
||||||
|
case 'hu':
|
||||||
|
messages = (await import('../locales/hu/common.json')).default;
|
||||||
|
break;
|
||||||
case 'it':
|
case 'it':
|
||||||
messages = (await import('../locales/it/common.json')).default;
|
messages = (await import('../locales/it/common.json')).default;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Generated
+1
-13
@@ -6,7 +6,7 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bulwark-webmail",
|
"name": "bulwark-webmail",
|
||||||
"version": "1.7.3",
|
"version": "1.7.4",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tanstack/react-virtual": "^3.13.24",
|
"@tanstack/react-virtual": "^3.13.24",
|
||||||
@@ -6237,7 +6237,6 @@
|
|||||||
"version": "2.3.2",
|
"version": "2.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
||||||
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
||||||
"dev": true,
|
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
@@ -7909,17 +7908,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/next-intl/node_modules/@swc/helpers": {
|
|
||||||
"version": "0.5.23",
|
|
||||||
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz",
|
|
||||||
"integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"optional": true,
|
|
||||||
"peer": true,
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.8.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/next/node_modules/postcss": {
|
"node_modules/next/node_modules/postcss": {
|
||||||
"version": "8.4.31",
|
"version": "8.4.31",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
||||||
|
|||||||
Reference in New Issue
Block a user