From 56974d956ec5ca3c0b2d98c6698d8080b8af30a3 Mon Sep 17 00:00:00 2001 From: Sergey Katunin Date: Mon, 17 Feb 2025 16:07:26 +0400 Subject: kfileitemmodel: allow more than 2 single quotes in translated strings This change concerns `timeRoleGroup`. --- src/kitemviews/kfileitemmodel.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 " -- cgit v1.3