Bug 93161 - Do'nt use i18n texts as a config value.
Summary: Do'nt use i18n texts as a config value.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 12:55 UTC by OGINO Tomonori
Modified: 2021-12-30 15:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments
Using enum numbers instead of i18n texts. (5.50 KB, patch)
2004-11-12 12:59 UTC, OGINO Tomonori
Details

Note You need to log in before you can comment on or make changes to this bug.
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