[Libreoffice-bugs] [Bug 132066] UI: Don't translate the vulkan/raster specifier in about window

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 29 09:49:41 UTC 2020


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

--- Comment #18 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200429/db9512fd/attachment.htm>


More information about the Libreoffice-bugs mailing list