Skip to content

Equalizer use "i18n("%1","

Raresh Rus requested to merge work/nmariusp/i18n_two_parameters into master

Use the version of i18n: template inline QString i18n(const char *text, const A1 &a1) { STATIC_ASSERT_NOT_LITERAL_STRING(A1) return ki18n(text).subs(a1).toString(); }

Merge request reports

Loading