resume/src/lang/he.js
2018-06-23 11:02:35 +02:00

12 lines
253 B
JavaScript
Executable File

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