Skip to content
Commit 2d8a9c30 authored by Volker Krause's avatar Volker Krause
Browse files

Port emojier away from deprecated I18N_NOOP

This is rather dirty, the category table should hold KLazyLocalizedString
instances rather than QStrings of the untranslated message, and actual
translation should be done by calling toString() on those, to avoid
duplicating the context.

That however isn't easily possible here as the translation happens on the
QML side, after using the untranslated string in a mapping table for icons.
So this has to do for now.
parent 5f24d934
Pipeline #245212 passed with stage
in 4 minutes and 14 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment