feat: add Czech language support

This commit is contained in:
Roman Vanicek
2026-04-26 15:48:43 +02:00
committed by Linus Rath
parent aadf56c27b
commit 4a24d2a11d
5 changed files with 2685 additions and 1 deletions
+3
View File
@@ -11,6 +11,9 @@ export default getRequestConfig(async ({ requestLocale }) => {
// Use static imports for better compatibility
let messages;
switch (locale) {
case 'cs':
messages = (await import('../locales/cs/common.json')).default;
break;
case 'fr':
messages = (await import('../locales/fr/common.json')).default;
break;