ADD french language file
This commit is contained in:
parent
90e7dc868a
commit
de4f56ef03
10
src/lang/fr.js
Normal file
10
src/lang/fr.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/* eslint-disable */
|
||||||
|
const fr = {
|
||||||
|
headings: {
|
||||||
|
contact: 'Contact',
|
||||||
|
experience: 'Expériences professionelles',
|
||||||
|
education: 'Formation',
|
||||||
|
skills: 'Compétences'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
export default fr;
|
||||||
@ -83,5 +83,5 @@ export const PERSON = {
|
|||||||
website: 'johndoe.com',
|
website: 'johndoe.com',
|
||||||
github: 'johnyD'
|
github: 'johnyD'
|
||||||
},
|
},
|
||||||
lang: "en"
|
lang: 'en'
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
import en from './lang/en';
|
import en from './lang/en';
|
||||||
import de from './lang/de';
|
import de from './lang/de';
|
||||||
|
import fr from './lang/fr';
|
||||||
|
|
||||||
export const terms = {
|
export const terms = {
|
||||||
en, de
|
en, de, fr
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user