Bug 404798

Summary: Untransatable strings
Product: [Applications] dolphin Reporter: vector <kbarcza>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: elvis.angelaccio, kde
Priority: NOR    
Version First Reported In: 18.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Untransaltable strings on UI

Description vector 2019-02-25 07:55:39 UTC
SUMMARY

Some untranslatable strings exists in dolphin these strings missing from pot file. 

Unfinished of mixed translation formats, ignored by gettext


Example: 
322 ~ 352 line of placesitemodeltest.cpp  :
QStringLiteral("*******")  and not  i18nc("....")

Affected versions around after 18.x

The attached picture lang is hungarian, with mixed english words
Comment 1 vector 2019-02-25 07:59:24 UTC
Created attachment 118347 [details]
Untransaltable strings on UI
Comment 2 Kai Uwe Broulik 2019-02-25 08:43:06 UTC
Are you sure? These strings are properly translated here. Both of them come from KIO, however. KFilePlacesModel (context KFile System Bookmarks) for the Recently Saved entries and KIO::pasteActionText
Comment 3 vector 2019-02-25 11:08:08 UTC
Thanks, I will double check in kio translation as well. 
Just i see, in dolphin.po these disabled strings on the end of the file
Comment 4 Kai Uwe Broulik 2019-02-25 11:12:09 UTC
The Recently saved stuff used to be in Dolphin a few versions back and then got moved into KIO.
Comment 5 vector 2019-02-25 14:48:23 UTC
really, thank you for your suggestion, the kio full translation solved Dolphin untranslated strings question