Bug 504307

Summary: Ruqola
Product: [Translations] i18n Reporter: Laurent Montel <montel>
Component: frAssignee: KDE Francophone <kde-francophone>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Laurent Montel 2025-05-16 04:59:26 UTC
Hi,
Dans ruqola j'ai mis un context dans i18n pour dire que None est féminin car licence 


       mEnterpriseLicense->setText(mRocketChatAccount->ruqolaServerConfig()->hasEnterpriseSupport() ? i18n("Enterprise") : i18nc("No license", "None"));
 
=>  est ce que vous pouvez appliquer ce patch ?


--- a/po/fr/ruqola.po
+++ b/po/fr/ruqola.po
@@ -8666,7 +8666,7 @@ msgstr "Licence :"
 #, kde-format
 msgctxt "No license"
 msgid "None"
-msgstr "Aucun"
+msgstr "Aucune"

Merci.
bonne journée.
Comment 1 Unknown 2025-05-16 05:48:19 UTC
SVN commit 1708934 by jjazeix:

None is feminine in this context

 M  +1 -1      ruqola.po  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1708934