mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 21:21:32 +10:00
- add Turkish language
- update dependencies - increment version
This commit is contained in:
@ -27,6 +27,10 @@ const languages = [
|
||||
code: 'es',
|
||||
name: 'Spanish (Español)',
|
||||
},
|
||||
{
|
||||
code: 'tr',
|
||||
name: 'Turkish (Türkçe)',
|
||||
},
|
||||
];
|
||||
|
||||
i18n.use(initReactI18next).init({
|
||||
|
||||
@ -4,6 +4,7 @@ import fi from './fi.json';
|
||||
import fr from './fr.json';
|
||||
import kn from './kn.json';
|
||||
import ptBr from './pt-br.json';
|
||||
import tr from './tr.json';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
@ -12,4 +13,5 @@ export default {
|
||||
fr: { translation: fr },
|
||||
kn: { translation: kn },
|
||||
ptBr: { translation: ptBr },
|
||||
tr: { translation: tr },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user