Update person.js

This commit is contained in:
hatai 2017-10-13 17:32:02 +09:00 committed by GitHub
parent f84c06f07e
commit 238f87b5dc

View File

@ -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, pl
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja
};