added hebrew language
This commit is contained in:
parent
f0acb6e304
commit
5eb9ecd28e
11
src/lang/he.js
Normal file
11
src/lang/he.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* eslint-disable */
|
||||
const he = {
|
||||
headings: {
|
||||
contact: 'יצירת קשר',
|
||||
experience: 'ניסיון',
|
||||
education: 'השכלה',
|
||||
skills: 'כישורים',
|
||||
about: 'תמצית'
|
||||
}
|
||||
};
|
||||
export default he;
|
||||
@ -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
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu, he
|
||||
};
|
||||
|
||||
@ -11,7 +11,8 @@ import sv from './lang/sv';
|
||||
import ru from './lang/ru';
|
||||
import ptbr from './lang/pt-br';
|
||||
import hu from './lang/hu';
|
||||
import he from './lang/he';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu, he
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user