german language switch

This commit is contained in:
Omindu Hirushka
2025-06-24 14:17:23 +05:30
parent a681aadcfa
commit dc096f5e12
4 changed files with 14 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ const LanguageSelector = () => {
{ key: 'es', label: 'Español' },
{ key: 'pt', label: 'Português' },
{ key: 'alb', label: 'Shqip' },
{ key: 'de', label: 'Deutsch' },
];
const languageLabels = {
@@ -23,6 +24,7 @@ const LanguageSelector = () => {
es: 'Es',
pt: 'Pt',
alb: 'Sq',
de: 'de',
};
return (