Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: thank you message translation (#59)
* fix thank you message translation currently the `mauricerenck.komments.thankyou` message is always shown in the default language, no matter what the current language is. maybe related to `t()` helper not working in this context. fix by using `I18n::template()` instead. * Update index.php use `translate()` instead of `template()`, as suggested here: #59 (comment)
- Loading branch information