🐛 Add languages.en.toml to installation docs

This commit is contained in:
Nuno Coração 2023-01-05 17:59:34 +00:00
parent 76e468aa33
commit e12338dded

View file

@ -114,8 +114,9 @@ Once you've copied the files, your config folder should look like this:
```shell ```shell
config/_default/ config/_default/
├─ config.toml ├─ config.toml
├─ languages.en.toml
├─ markup.toml ├─ markup.toml
├─ menus.toml ├─ menus.en.toml
├─ module.toml # if you installed using Hugo Modules ├─ module.toml # if you installed using Hugo Modules
└─ params.toml └─ params.toml
``` ```