default lang is en

This commit is contained in:
楊竑昕 2017-10-18 21:11:44 +08:00
parent 2d5c5a5e3b
commit 6612210cb7

View File

@ -84,5 +84,5 @@ export const PERSON = {
website: 'johndoe.com',
github: 'johnyD'
},
lang: 'zh-tw' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, zh-tw
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, zh-tw
};