Summary: | Gradient labels are not translated (and two are not translatable) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Karl Ove Hufthammer <karl> |
Component: | Translation | Assignee: | vanyossi <ghevan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ghevan, griffinvalley |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/4cdbb2e727db75e7bca2641a943ffe3218247976 | Version Fixed In: | |
Sentry Crash Report: |
Description
Karl Ove Hufthammer
2019-07-20 13:34:18 UTC
Git commit 76e2b76b1607443f5e079aa6f8000199f98dcda3 by Ivan Yossi. Committed on 22/07/2019 at 01:32. Pushed by ivany into branch 'master'. Make generated gradient's names translatable M +3 -2 libs/widgets/KoResourceServerProvider.cpp https://invent.kde.org/kde/krita/commit/76e2b76b1607443f5e079aa6f8000199f98dcda3 Reopening. The ‘Foreground to Transparent’ and ‘Foreground to Background’ strings are now translatable, and show up as translated in the UI, but the *other* gradient names (from the .ggr files) are still not shown as translated in the UI. To clarify, it’s possible to *translate* all the gradient names (e.g. ‘GPS Fire Blueish’). But the translations (except ‘Foreground to Transparent’ and ‘Foreground to Background’) are not actually used in the UI. That is at it's heart the same issue as https://bugs.kde.org/show_bug.cgi?id=410307, so marking as a duplicate. *** This bug has been marked as a duplicate of bug 410307 *** Git commit 4cdbb2e727db75e7bca2641a943ffe3218247976 by Boudewijn Rempt, on behalf of Ivan Yossi. Committed on 29/07/2019 at 08:34. Pushed by rempt into branch 'krita/4.2'. Make generated gradient's names translatable M +3 -2 libs/widgets/KoResourceServerProvider.cpp https://invent.kde.org/kde/krita/commit/4cdbb2e727db75e7bca2641a943ffe3218247976 |