On Dienstag, 15. Oktober 2024 09:46:53 MESZ Halla Rempt wrote:
> Hi,
>
> I'm porting Krita to KF6 now, and I'm running into an issue: i18n_noop no
> longer exists. Both in Calligra and Krita, we have
>
> const char* KoZoomMode::modes[] =
> {
> I18N_NOOP
See
https://invent.kde.org/office/calligra/-/blob/master/libs/widgets/KoZoomMode.cpp?ref_type=heads#L11
on how I ported this code for Calligra :)
On Tue, Oct 15, 2024, at 9:46 AM, Halla Rempt wrote:
> Hi,
>
> I'm porting Krita to KF6 now, and I'm running into an issue: i18
Am Dienstag, 15. Oktober 2024, 09:46:53 MESZ schrieb Halla Rempt:
> Hi,
>
> I'm porting Krita to KF6 now, and I'm running into an issue: i18n_noop no
> longer exists. Both in Calligra and Krita, we have
>
> const char* KoZoomMode::modes[] =
> {
> I18N_NOOP
Hi,
I'm porting Krita to KF6 now, and I'm running into an issue: i18n_noop no
longer exists. Both in Calligra and Krita, we have
const char* KoZoomMode::modes[] =
{
I18N_NOOP("%1%"),
I18N_NOOP("Fit Page Width"),
I18N_NOOP("Fit Page"),