ADD Turkish language support

ADD Turkish language support
This commit is contained in:
Serhat Durum 2017-10-20 17:54:58 +03:00 committed by GitHub
parent ab57a428cd
commit 5b1f51d626

11
src/lang/tr.js Normal file
View File

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