[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
Tue Jul 7 20:20:13 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132066
--- Comment #20 from Mike Kaganski <mikekaganski at hotmail.com> ---
Couldn't it all be easily made correctly translated in GUI, and correctly
English in clipboard, just by using a variant of current CuiResId, like this:
OUString CuiResId_En_US(const char *pKey)
{
return Translate::get(pKey, Translate::Create("cui", "en-US"));
}
and using that to construct the data copied to clipboard, in the same way that
normal CuiResId would be used to populate the dialog?
--
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/20200707/6da72abb/attachment.htm>
More information about the Libreoffice-bugs
mailing list