From: Sergey Katunin Date: Mon, 17 Feb 2025 12:07:26 +0000 (+0400) Subject: kfileitemmodel: allow more than 2 single quotes in translated strings X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/56974d956ec5ca3c0b2d98c6698d8080b8af30a3 kfileitemmodel: allow more than 2 single quotes in translated strings This change concerns `timeRoleGroup`. --- diff --git a/src/kitemviews/kfileitemmodel.cpp b/src/kitemviews/kfileitemmodel.cpp index 40ec09507..4386bca16 100644 --- a/src/kitemviews/kfileitemmodel.cpp +++ b/src/kitemviews/kfileitemmodel.cpp @@ -2486,7 +2486,7 @@ QList> KFileItemModel::timeRoleGroups(const std::function= 2 && count % 2 == 0) { newGroupValue = locale.toString(fileTime, translatedFormat); newGroupValue = i18nc( "Can be used to script translation of " @@ -2518,7 +2518,7 @@ QList> KFileItemModel::timeRoleGroups(const std::function= 2 && count % 2 == 0) { newGroupValue = locale.toString(fileTime, translatedFormat); newGroupValue = i18nc( "Can be used to script translation of " @@ -2539,7 +2539,7 @@ QList> KFileItemModel::timeRoleGroups(const std::function= 2 && count % 2 == 0) { newGroupValue = locale.toString(fileTime, translatedFormat); newGroupValue = i18nc( "Can be used to script translation of " @@ -2560,7 +2560,7 @@ QList> KFileItemModel::timeRoleGroups(const std::function= 2 && count % 2 == 0) { newGroupValue = locale.toString(fileTime, translatedFormat); newGroupValue = i18nc( "Can be used to script translation of " @@ -2581,7 +2581,7 @@ QList> KFileItemModel::timeRoleGroups(const std::function= 2 && count % 2 == 0) { newGroupValue = locale.toString(fileTime, translatedFormat); newGroupValue = i18nc( "Can be used to script translation of "