Komments plugin translation

I installed the Komments plugin.

I was wondering how to change the language because I saw that there was English, German and French.

Thanks

The only way to achieve this atm when not using a multi-language site, is by setting the I18n::$locale

Kirby\Toolkit\I18n::$locale = 'de';

However, this cannot be done globally in the config, but needs to be set in a controller or template where the translation strings are used.

The alternative would be a multi-language site with one language only.

There is a feature request on Nolt: I18n config option for locale on single-language sites ยท Kirby Feedback

You could also set this in a site controller (but would have to merge this controller into other controllers if you have any).