The theme I'm using has 3 files in the languages folder , default, fr-FR and zh-Hans.
I need English (default) as my site language. Leaving the language option in _config.yml blank doesn't fallback to default (as I suppose is the expected behavior). iissnan/hexo-theme-next#57 has more details.
In the line lib/theme/index.js#L26 it isn't checked if languages is null before adding it to the array. Maybe the bug is here.
The theme I'm using has 3 files in the languages folder ,
default,fr-FRandzh-Hans.I need English (default) as my site language. Leaving the
languageoption in_config.ymlblank doesn't fallback to default (as I suppose is the expected behavior). iissnan/hexo-theme-next#57 has more details.In the line lib/theme/index.js#L26 it isn't checked if
languagesisnullbefore adding it to the array. Maybe the bug is here.