Skip to content

Remove wrong and unneded i18n calls

Albert Astals Cid requested to merge work/aacid/remove_evil_i18n into release/20.08

Unneeded because they are only ever used as key of a QMultiMap whose keys are never used for anything, so we can as well use an enum for that

Wrong because they were i18n calls in a static context and that won't work

Merge request reports