From d2ed4681471d9c71e31f107763c948148fd165b5 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Tue, 6 Aug 2019 22:42:29 +0930 Subject: [PATCH] fix: set english as default --- lib/hexo/default_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hexo/default_config.js b/lib/hexo/default_config.js index d4b334b81b..710e764586 100644 --- a/lib/hexo/default_config.js +++ b/lib/hexo/default_config.js @@ -6,7 +6,7 @@ module.exports = { subtitle: '', description: '', author: 'John Doe', - language: '', + language: 'en', timezone: '', // URL url: 'http://yoursite.com',