resume/src/lang/tr.js
Serhat Durum 5b1f51d626 ADD Turkish language support
ADD Turkish language support
2017-10-20 17:54:58 +03:00

12 lines
203 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* eslint-disable */
const tr = {
headings: {
contact: 'İletişim',
experience: 'Deneyim',
education: 'Eğitim',
skills: 'Yetenekler',
about: 'Hakkımda'
}
};
export default tr;