$ git clone --single-branch -b hugo-forum-topic-44025 https://github.com/jmooring/hugo-testing hugo-forum-topic-44025
$ cd hugo-forum-topic-44025
$ hugo server
It works fine that the home.beacon will fallback to gday (en-au) on es site.
But after deleting the translations from i18n/en-au.toml, both of en-au and es sites won’t fallback to translation of i18n/en.toml (got empty string instead), is it expected?