mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 21:21:32 +10:00
Merge branch 'develop' into l10n_develop
This commit is contained in:
@ -8,20 +8,24 @@ const languages = [
|
||||
name: 'English (US)',
|
||||
},
|
||||
{
|
||||
code: 'kn',
|
||||
name: 'Kannada (ಕನ್ನಡ)',
|
||||
code: 'fi',
|
||||
name: 'Finnish (Suomalainen)',
|
||||
},
|
||||
{
|
||||
code: 'es',
|
||||
name: 'Spanish (Español)',
|
||||
code: 'fr',
|
||||
name: 'French (Français)',
|
||||
},
|
||||
{
|
||||
code: 'kn',
|
||||
name: 'Kannada (ಕನ್ನಡ)',
|
||||
},
|
||||
{
|
||||
code: 'ptBr',
|
||||
name: 'Portuguese (Brazilian)',
|
||||
},
|
||||
{
|
||||
code: 'fi',
|
||||
name: 'Finnish (Suomalainen)',
|
||||
code: 'es',
|
||||
name: 'Spanish (Español)',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@ -1,13 +1,15 @@
|
||||
import en from './en.json';
|
||||
import kn from './kn.json';
|
||||
import es from './es.json';
|
||||
import ptBr from './pt-br.json';
|
||||
import fi from './fi.json';
|
||||
import fr from './fr.json';
|
||||
import kn from './kn.json';
|
||||
import ptBr from './pt-br.json';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
kn: { translation: kn },
|
||||
es: { translation: es },
|
||||
ptBr: { translation: ptBr },
|
||||
fi: { translation: fi },
|
||||
fr: { translation: fr },
|
||||
kn: { translation: kn },
|
||||
ptBr: { translation: ptBr },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user