Merge branch 'master' into master
This commit is contained in:
commit
b9f856f527
11
src/lang/th.js
Normal file
11
src/lang/th.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* eslint-disable */
|
||||
const th = {
|
||||
headings: {
|
||||
contact: 'ข้อมูลติดต่อ',
|
||||
experience: 'ประสบการณ์ทำงาน',
|
||||
education: 'ประวัติการศึกษา',
|
||||
skills: 'ทักษะและความสามารถ',
|
||||
about: 'ข้อมูลส่วนตัว'
|
||||
}
|
||||
};
|
||||
export default th;
|
||||
@ -84,5 +84,7 @@ export const PERSON = {
|
||||
website: 'johndoe.com',
|
||||
github: 'johnyD'
|
||||
},
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, ru
|
||||
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, ru
|
||||
|
||||
};
|
||||
|
||||
@ -5,8 +5,9 @@ import pt from './lang/pt';
|
||||
import cn from './lang/cn';
|
||||
import it from './lang/it';
|
||||
import es from './lang/es';
|
||||
import th from './lang/th';
|
||||
import ru from './lang/ru';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt, cn, it, es, ru
|
||||
en, de, fr, pt, cn, it, es, th, ru
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user