Merge branch 'master' into testcafe

This commit is contained in:
salomonelli 2017-10-20 20:20:00 +02:00
commit 2cfb2a4724
2 changed files with 13 additions and 1 deletions

11
src/lang/tr.js Normal file
View 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;

View File

@ -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
};