Skip to content

Fix translating error messages from helper

Nicolas Fella requested to merge work/i18n into master

Regular i18n does not seem to work for strings in the helper process, presumably due to it being run with elevated priviledges.

Instead use I18N_NOOP to only extract the strings and call i18n later when we are not in the helper any more

BUG: 441726

Merge request reports