commit
7196a71b7b
10
src/lang/it.js
Normal file
10
src/lang/it.js
Normal file
@ -0,0 +1,10 @@
|
||||
/* eslint-disable */
|
||||
const it = {
|
||||
headings: {
|
||||
contact: 'Contatti',
|
||||
experience: 'Esperienza professionale',
|
||||
education: 'Formazione',
|
||||
skills: 'Competenze'
|
||||
}
|
||||
};
|
||||
export default it;
|
||||
@ -83,5 +83,5 @@ export const PERSON = {
|
||||
website: 'johndoe.com',
|
||||
github: 'johnyD'
|
||||
},
|
||||
lang: 'en' // en, de, fr, pt
|
||||
lang: 'en' // en, de, fr, pt, it
|
||||
};
|
||||
|
||||
3
src/terms.js
Normal file → Executable file
3
src/terms.js
Normal file → Executable file
@ -2,7 +2,8 @@ import en from './lang/en';
|
||||
import de from './lang/de';
|
||||
import fr from './lang/fr';
|
||||
import pt from './lang/pt';
|
||||
import it from './lang/it';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt
|
||||
en, de, fr, pt, it
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user