projects/ui/feedback/config/feedback-i18n.ts
Override the feedback region names from inside provideFeedback(). Unset keys keep the English default.
provideFeedback()
provideFeedback( withToasts(), withAlerts(), withFeedbackI18nLabels({ alertsRegionLabel: 'Hinweise' }), )
Contributes the token through the feature's _providers, so - like withCloseIcon - a second call in the same provideFeedback() wins over the first rather than merging with it. Pass every key in one call.
_providers
withFeedbackI18nLabels(overrides: CngxFeedbackI18nOverrides)
CngxFeedbackI18nOverrides
FeedbackFeature