Added Hindi (हिंदी) translation!

This commit is contained in:
K
2025-06-27 00:23:17 +05:30
parent d88f1b6e0b
commit 1cbd74b6a5
3 changed files with 96 additions and 1 deletions
+2
View File
@@ -2,11 +2,13 @@ import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
import en from './locales/en.json';
import hi from './locales/hi.json';
import fr from './locales/fr.json';
// import more languages as needed
const resources = {
en: { translation: en },
hi: { translation: hi },
fr: { translation: fr },
// add other languages here
};