mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
added Finnish language
This commit is contained in:
@ -49,6 +49,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
|
||||
- Kannada (ಕನ್ನಡ)
|
||||
- Spanish (Español) (by [@jrgonzalezrios](https://github.com/jrgonzalezrios))
|
||||
- Portuguese (Brazilian) (by [Felipe CG](https://github.com/felcg))
|
||||
- Finnish (Suomalainen) (by Ari Pikkarainen)
|
||||
|
||||
### Building from Source
|
||||
|
||||
|
||||
@ -19,6 +19,10 @@ const languages = [
|
||||
code: 'ptBr',
|
||||
name: 'Portuguese (Brazilian)',
|
||||
},
|
||||
{
|
||||
code: 'fi',
|
||||
name: 'Finnish (Suomalainen)',
|
||||
},
|
||||
];
|
||||
|
||||
i18n.use(initReactI18next).init({
|
||||
|
||||
@ -2,10 +2,12 @@ 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';
|
||||
|
||||
export default {
|
||||
en: { translation: en },
|
||||
kn: { translation: kn },
|
||||
es: { translation: es },
|
||||
ptBr: { translation: ptBr },
|
||||
fi: { translation: fi },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user