mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
- added French translations
This commit is contained in:
@ -46,10 +46,11 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
|
||||
##### Languages Currently Supported
|
||||
|
||||
- English
|
||||
- Kannada (ಕನ್ನಡ)
|
||||
- Spanish (Español) (by [@jrgonzalezrios](https://github.com/jrgonzalezrios))
|
||||
- Portuguese (Brazilian) (by [Felipe CG](https://github.com/felcg))
|
||||
- Finnish (Suomalainen) (by Ari Pikkarainen)
|
||||
- French (Français) (by [MeisterLLD](https://github.com/MeisterLLD))
|
||||
- Kannada (ಕನ್ನಡ)
|
||||
- Portuguese (Brazilian) (by [Felipe CG](https://github.com/felcg))
|
||||
- Spanish (Español) (by [@jrgonzalezrios](https://github.com/jrgonzalezrios))
|
||||
|
||||
### Building from Source
|
||||
|
||||
|
||||
@ -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)',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@ -3,6 +3,7 @@ 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';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
@ -10,4 +11,5 @@ export default {
|
||||
es: { translation: es },
|
||||
ptBr: { translation: ptBr },
|
||||
fi: { translation: fi },
|
||||
fr: { translation: fr },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user