resume/src/lang/zh-tw.js
2017-10-20 21:44:41 +02:00

12 lines
212 B
JavaScript
Executable File

/* eslint-disable */
const zhtw = {
headings: {
contact: '聯絡方式',
experience: '經歷',
education: '學歷',
skills: '技能專長',
about: '自我介紹'
}
};
export default zhtw;