Added Marathi (मराठी) translation!
This commit is contained in:
@@ -4,6 +4,7 @@ import { useTranslation } from 'react-i18next';
|
||||
const languages = [
|
||||
{ code: 'en', label: 'English' },
|
||||
{ code: 'hi', label: 'Hindi (हिंदी)' },
|
||||
{ code: 'mr', label: 'Marathi (मराठी)' },
|
||||
{ code: 'fr', label: 'French (Français)' },
|
||||
// Add more languages as needed
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user