Merge branch 'master' into testcafe
This commit is contained in:
commit
2cfb2a4724
11
src/lang/tr.js
Normal file
11
src/lang/tr.js
Normal 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;
|
||||
@ -17,7 +17,8 @@ import ja from './lang/ja';
|
||||
import zhtw from './lang/zh-tw';
|
||||
import nl from './lang/nl';
|
||||
import lt from './lang/lt';
|
||||
import tr from './lang/tr';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, pl, ja, nl, he, 'zh-tw': zhtw, lt
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, pl, ja, nl, he, 'zh-tw': zhtw, lt, tr
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user