From 04a3001ec7b65b2d63308b4c20c0fa035b2c856a Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Tue, 10 Apr 2018 01:20:50 +0300 Subject: [PATCH] Renamed back `_en.yml` on `en.yml` and setted `default.yml` to link it. After complete fix with language file selection in Hexo we can use old method with no bugs. Issue: https://github.com/hexojs/hexo/issues/3108 Fix 1: https://github.com/hexojs/hexo/pull/3069 Fix 2: https://github.com/hexojs/hexo/pull/3110 --- languages/default.yml | 2 +- languages/{_en.yml => en.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename languages/{_en.yml => en.yml} (100%) diff --git a/languages/default.yml b/languages/default.yml index 2097034..7fcfc3b 120000 --- a/languages/default.yml +++ b/languages/default.yml @@ -1 +1 @@ -_en.yml \ No newline at end of file +en.yml \ No newline at end of file diff --git a/languages/_en.yml b/languages/en.yml similarity index 100% rename from languages/_en.yml rename to languages/en.yml