How to explicitly tell Hugo that i18n support is not needed?

I used the solution mentioned in a previous discourse thread by @bep

Create an empty file at:

/i18n/en.toml

Then add this to config.toml

[wordCount]
other = "{{ .WordCount }} words"
2 Likes