Merge pull request #97 from jk195417/master
Add Chinese traditional language file
This commit is contained in:
commit
9b067fe7a2
11
src/lang/zh-tw.js
Normal file
11
src/lang/zh-tw.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* eslint-disable */
|
||||
const zhtw = {
|
||||
headings: {
|
||||
contact: '聯絡方式',
|
||||
experience: '經歷',
|
||||
education: '學歷',
|
||||
skills: '技能專長',
|
||||
about: '自我介紹'
|
||||
}
|
||||
};
|
||||
export default zhtw;
|
||||
@ -84,5 +84,5 @@ export const PERSON = {
|
||||
website: 'johndoe.com',
|
||||
github: 'johnyD'
|
||||
},
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, nl, he
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, nl, he, zh-tw
|
||||
};
|
||||
|
||||
@ -14,8 +14,9 @@ import hu from './lang/hu';
|
||||
import pl from './lang/pl';
|
||||
import he from './lang/he';
|
||||
import ja from './lang/ja';
|
||||
import zhtw from './lang/zh-tw';
|
||||
import nl from './lang/nl';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, pl, ja, nl, he
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, pl, ja, nl, he, 'zh-tw': zhtw
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user