Bug 93161

Summary: Do'nt use i18n texts as a config value.
Product: [Applications] digikam Reporter: OGINO Tomonori <ogino>
Component: Usability-i18nAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0
Attachments: Using enum numbers instead of i18n texts.

Description OGINO Tomonori 2004-11-12 12:55:34 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc-2.96-113 Redhat7.3
OS:                Linux

I've got an amazing trouble after translating findimages plugin for Japanese.

The trouble is that method:"almost" is always untranslated and selecting 
method:"almost" never activates "approximate threshold" slider. This is because an untranslated
 message "Almost" has beed saved in "config/kipirc"
and application internal if-state has changed to 
the comparison of translated i18n messages.
Comment 1 OGINO Tomonori 2004-11-12 12:59:14 UTC
Created attachment 8263 [details]
Using enum numbers instead of i18n texts.

 This patch makes findimages use enum numbers for a comparison method
descripter 
instead of i18n texts.
Comment 2 caulier.gilles 2004-11-29 21:44:03 UTC
Patch applied in CVS. Let's me hear if all work fine for you now...

Gilles Caulier
Comment 3 Renchi Raju 2004-12-22 05:29:38 UTC
already fixed. closing
Comment 4 caulier.gilles 2021-12-30 15:48:54 UTC
Fixed with works from bug #438701 for next 7.5.0 release

Gilles Caulier