[Akonadi] [Bug 471925] Percent value without i18n

2024-03-09 Thread Emir SARI
https://bugs.kde.org/show_bug.cgi?id=471925

Emir SARI  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Emir SARI  ---
Fixed recently.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 471925] Percent value without i18n

2023-07-03 Thread Emir SARI
https://bugs.kde.org/show_bug.cgi?id=471925

--- Comment #2 from Emir SARI  ---
Sorry, failed to explain.

I see this sequence of strings in account settings dialogue, where the added
accounts are listed and can be refreshed (away from the machine, so cannot
write the exact name). It goes like “Syncing folder Inbox (56%)” and at least
another type of string (again cannot recall at the moment). It looks like the
the percentage is not the part of .displayName(), because in my translation it
goes like this: “%1 klasörü eşzamanlanıyor (56%)”. The trailing percent value
should be localisable.

Typing from mobile, sorry about any errors in advance. Will be away from my
machine for a couple of days.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 471925] Percent value without i18n

2023-07-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=471925

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
"src/agentbase/resourcebase.cpp:910:Q_EMIT
q->status(AgentBase::Running, i18nc("@info:status", "Syncing folder '%1'",
currentCollection.displayName()));"

=> i18n 

=> it's can be translatable.
Where do you see it ? Perhaps you didn't install language no ?

-- 
You are receiving this mail because:
You are the assignee for the bug.