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