terminal42 / contao-notification_center

The most popular notification configuration extension for the Contao Open Source CMS!
63 stars 38 forks source link

Type error for queue cronjob explanation translation. Translation not found #274

Closed kreadiv closed 1 year ago

kreadiv commented 1 year ago

Type error in tl_nc_gateway.php on line 143. Missing array key "tl_nc_gateway".

$GLOBALS['TL_LANG']['queueCronjobExplanation'] should be $GLOBALS['TL_LANG']['tl_nc_gateway']['queueCronjobExplanation']

Toflar commented 1 year ago

This gateway seems to be used extremely rarely. I've used it once in ten years for a project which is when I've contributed it to the core. Ever since, nobody else has been contributing to it. Thus, in version 2.0 support for the queue will be dropped for sure. I need to do some cleanup here.

kreadiv commented 1 year ago

Thanks for your feedback. Thats sad, because i used it sometimes to avoid waiting time after the form is submitted.