resume/src/lang/he.js
2018-09-27 19:03:16 +02:00

12 lines
267 B
JavaScript
Executable File

// Hebrew
const lang = {
contact: 'יצירת קשר',
experience: 'ניסיון',
education: 'השכלה',
skills: 'כישורים',
projects: 'פרויקטים',
contributions: 'תרומות',
about: 'תמצית'
};
export default lang;