Bug 463252 - Translation of Get New Wigets too long in Widget Explorer
Summary: Translation of Get New Wigets too long in Widget Explorer
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: fr (show other bugs)
Version: 20.12.3
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KDE Francophone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-20 00:22 UTC by Victorien Tronche
Modified: 2022-12-20 07:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Representation of the bug (82.67 KB, image/png)
2022-12-20 00:22 UTC, Victorien Tronche
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victorien Tronche 2022-12-20 00:22:46 UTC
Created attachment 154706 [details]
Representation of the bug

SUMMARY
If Kde locale is set in French, the add widget   in plasma shell is very ugly. 
As the title overlap the Get new widgets button. "Obtenir de noveaux composants graphiques" is too long.
See screenshot attached


STEPS TO REPRODUCE
1. Right click your dektop
2. Click add new widget in french locale : "Ajouter des composants graphiques"
3. See the screenshot
This is always reproduced with all possible screen resolutions. Attached screenshot was done with a 1920x1080 resolution.

ADDITIONAL INFORMATION
Proposition is reduce the sentence:
#: contents/explorer/WidgetExplorer.qml:207
msgid "Get New Widgets…"
msgstr "Obtenir de nouveaux composants graphiques..."
Change:
"Obtenir de nouveaux composants graphiques..."

Into:
"Plus de composants graphiques..."
Comment 1 Unknown 2022-12-20 07:05:06 UTC
SVN commit 1640521 by jjazeix:

Simplify French translation of 'get new widgets' to fit in the container.
Related: bug 440796

 M  +56 -56    latte-dock/latte-dock.po  
 M  +1 -1      plasma-desktop/plasma_shell_org.kde.plasma.desktop.po  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1640521
Comment 2 Jazeix Johnny 2022-12-20 07:06:49 UTC
I've simplified the line "Obtenir de nouveaux composants graphiques". Hopefully, it will help the layout
Comment 3 Jazeix Johnny 2022-12-20 07:07:53 UTC
(In reply to Jazeix Johnny from comment #2)
> I've simplified the line "Obtenir de nouveaux composants graphiques".
> Hopefully, it will help the layout

This comment was meant for the other related bug...

Thank you for the report, I've applied your changes!