Skip to content

Fix format! in gettext occurences

Kai A. Hiller requested to merge V02460/fractal:gettext_format into fractal-next

Using format! inside of gettext prevents it from looking up the correct translation strings. This MR replaces those occurences with the appropriate gettext! macro

Merge request reports