Perfomed complete Marathi translation. Not exactly complete but up to where mr & fr was done.

This commit is contained in:
K
2025-06-21 00:53:25 +05:30
parent 06b11cb2eb
commit 90d09350e2
4 changed files with 120 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ const LanguageSwitcher = ({ currentLanguage, onChangeLanguage }) => (
<select value={currentLanguage} onChange={e => onChangeLanguage(e.target.value)}>
<option value="en">English</option>
<option value="hi">Hindi (ि)</option>
<option value="mr">Marathi (मर)</option>
<option value="fr">French (Français)</option>
{/* Add more languages as needed */}
</select>