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