https://bugs.documentfoundation.org/show_bug.cgi?id=132066

--- Comment #18 from Heiko Tietze <[email protected]> ---
Patch https://gerrit.libreoffice.org/c/core/+/93119 solves the issue partially.
Remaining localized pieces are RID_SVXSTR_ABOUT_UILOCALE ("UI-Language") and
all content after "CPU threads" 

#define SV_APP_CPUTHREADS                            NC_("SV_APP_CPUTHREADS",
"CPU threads: ")
#define SV_APP_OSVERSION                             NC_("SV_APP_OSVERSION",
"OS: ")
#define SV_APP_UIRENDER                              NC_("SV_APP_UIRENDER", "UI
render: ")
#define SV_APP_GL                                    NC_("SV_APP_GL", "GL")
#define SV_APP_SKIA_VULKAN                           NC_("SV_APP_SKIA_VULKAN",
"Skia/Vulkan")
#define SV_APP_SKIA_RASTER                           NC_("SV_APP_SKIA_RASTER",
"Skia/Raster")
#define SV_APP_DEFAULT                               NC_("SV_APP_DEFAULT",
"default")

But I would resolve the ticket as fixed if the patch succeeds CI. Hard to
believe that l10n translates these strings. Otherwise back to discussion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to