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
+1
View File
@@ -8,6 +8,7 @@ import { cn } from '@/lib/utils';
import { flagComponents } from './flag-icons';
const languages = [
{ value: 'cs', label: 'Česky' },
{ value: 'en', label: 'English' },
{ value: 'fr', label: 'Français' },
{ value: 'ja', label: '日本語' },