This commit is contained in:
Linus Rath
2026-06-05 16:09:12 +02:00
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ export function NavigationRail({
})}
{/* Manage apps button */}
{onManageApps && (
{sidebarAppsEnabled && onManageApps && (
<button
onClick={onManageApps}
className={cn(
+2
View File
@@ -9,6 +9,7 @@ import deMessages from '@/locales/de/common.json';
import enMessages from '@/locales/en/common.json';
import esMessages from '@/locales/es/common.json';
import frMessages from '@/locales/fr/common.json';
import huMessages from '@/locales/hu/common.json';
import itMessages from '@/locales/it/common.json';
import jaMessages from '@/locales/ja/common.json';
import koMessages from '@/locales/ko/common.json';
@@ -29,6 +30,7 @@ const ALL_MESSAGES = {
en: enMessages,
es: esMessages,
fr: frMessages,
hu: huMessages,
it: itMessages,
ja: jaMessages,
ko: koMessages,
+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;
+1 -1
View File
@@ -10418,4 +10418,4 @@
}
}
}
}
}