Merge pull request #76 from Ferrhat/master
Add Hungarian language files
This commit is contained in:
commit
cd0d02425e
11
src/lang/hu.js
Normal file
11
src/lang/hu.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* eslint-disable */
|
||||
const hu = {
|
||||
headings: {
|
||||
contact: 'Kapcsolat',
|
||||
experience: 'Munkatapasztalat',
|
||||
education: 'Tanulmány',
|
||||
skills: 'Készségek',
|
||||
about: 'Rólam'
|
||||
}
|
||||
};
|
||||
export default hu;
|
||||
@ -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
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu
|
||||
};
|
||||
|
||||
@ -10,7 +10,8 @@ import id from './lang/id';
|
||||
import sv from './lang/sv';
|
||||
import ru from './lang/ru';
|
||||
import ptbr from './lang/pt-br';
|
||||
import hu from './lang/hu';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru, sv, id, hu
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user