diff -r 30ec2cf1e495 -r fb2ae2d63a56 src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt --- a/src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt Thu Dec 29 14:53:05 2022 +0100 +++ b/src/main/kotlin/de/uapcore/lightpit/RequestMapping.kt Thu Dec 29 15:04:21 2022 +0100 @@ -193,7 +193,7 @@ render() } - fun i18n(key: String) = ResourceBundle.getBundle("localization/strings", response.locale).getString(key) + fun i18n(key: String): String = ResourceBundle.getBundle("localization/strings", response.locale).getString(key) } /**