added russian language issue #86

This commit is contained in:
chrilep
2026-03-24 11:35:53 +01:00
parent ddbeadd3c8
commit 808328f5a4
13 changed files with 2411 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ export function LanguageSwitcher({ className }: { className?: string }) {
{ value: 'it', label: 'Italiano' },
{ value: 'de', label: 'Deutsch' },
{ value: 'nl', label: 'Nederlands' },
{ value: 'pt', label: 'Português' }
{ value: 'pt', label: 'Português' },
{ value: 'ru', label: 'Русский' }
];
return (