<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Don't translate the vulkan/raster specifier in about window"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132066#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Don't translate the vulkan/raster specifier in about window"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132066">bug 132066</a>
              from <span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>Patch <a href="https://gerrit.libreoffice.org/c/core/+/93119">https://gerrit.libreoffice.org/c/core/+/93119</a> 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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>