mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 06:32:03 +10:00
added Finnish language
This commit is contained in:
@@ -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