mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 18:04:45 +10:00
- add spanish language
This commit is contained in:
@@ -11,6 +11,10 @@ const languages = [
|
||||
code: 'kn',
|
||||
name: 'Kannada (ಕನ್ನಡ)',
|
||||
},
|
||||
{
|
||||
code: 'es',
|
||||
name: 'Spanish (Español)',
|
||||
},
|
||||
];
|
||||
|
||||
i18n.use(initReactI18next).init({
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
import en from './en.json';
|
||||
import kn from './kn.json';
|
||||
import es from './es.json';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
kn: { translation: kn },
|
||||
es: { translation: es },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user