Created attachment 141137 [details] System_settings_-_Account Hi, I encountered a small translation problem in System Settings with Account. See attached image. Regards, Roxfr
That looks like the same screenshot as https://bugs.kde.org/show_bug.cgi?id=441726 ?
Created attachment 141159 [details] System_settings_-_Account I modified the attachment
In this case it would appear we are using xi18nc() so that we can use the <interface> tag. But that invocation has no translation domain. I suppose we would need to use xi18ndc() but such a thing either does not exist or is failing to parse the tag.
it does exist, but I don't know why it's not working
Fixed with https://invent.kde.org/network/kaccounts-integration/-/merge_requests/40