Re: i18n_noop

2024-10-17 Thread Volker Krause
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

Re: i18n_noop

2024-10-15 Thread Carl Schwan
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

Re: i18n_noop

2024-10-15 Thread David Redondo
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

i18n_noop

2024-10-15 Thread 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("%1%"), I18N_NOOP("Fit Page Width"), I18N_NOOP("Fit Page"),