albanian language switch

This commit is contained in:
Omindu Hirushka
2025-06-18 17:04:58 +05:30
parent ef299f1f4a
commit 99bec6c7f9
4 changed files with 13 additions and 0 deletions

View File

@@ -15,12 +15,14 @@ const LanguageSelector = () => {
{ key: 'en', label: 'English' },
{ key: 'es', label: 'Español' },
{ key: 'pt', label: 'Português' },
{ key: 'alb', label: 'Shqip' },
];
const languageLabels = {
en: 'En',
es: 'Es',
pt: 'Pt',
alb: 'Sq',
};
return (