hugo/langs/i18n
Bjørn Erik Pedersen fc6abc39c7 langs/i18n: Fix for bare TOML keys
Hugo 0.76.0 updated go-i18n from v1 to v2. This allowed us to set the TOML unmarshaler to use, so we set the one we use in other places in Hugo.

But that does not support dotted bare keys, which caused some breakage in the wild.

This commit fixes that by:

* Using go-toml for language files
* Updating go-toml to the latest version
2020-10-08 14:20:18 +02:00
..
i18n.go langs/i18n: Fix i18n .Count regression 2020-10-07 00:32:21 +02:00
i18n_test.go langs/i18n: Fix for bare TOML keys 2020-10-08 14:20:18 +02:00
translationProvider.go langs/i18n: Fix for bare TOML keys 2020-10-08 14:20:18 +02:00