Replace function in Dictionary Manager

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Thomas J.
Posts: 129
Joined: Fri Jan 06, 2006 8:09 am

Replace function in Dictionary Manager

Post by Thomas J. »

Hello,

the auto translation function with Google replace all my format strings wrong
'bla %s bla' -> 'bla % s bla'
'bla %d bla' -> 'bla % d bla'

And now I want to replace all the wrong format strings.
In the Main Ribbon Tab of the Dictionary Manager is written "Search & Replace" how can I replace?

Thanks
Thomas
microtronx
Posts: 29
Joined: Tue Dec 21, 2010 7:34 pm

Re: Replace function in Dictionary Manager

Post by microtronx »

Thomas J. wrote:Hello,

the auto translation function with Google replace all my format strings wrong
'bla %s bla' -> 'bla % s bla'
'bla %d bla' -> 'bla % d bla'

And now I want to replace all the wrong format strings.
In the Main Ribbon Tab of the Dictionary Manager is written "Search & Replace" how can I replace?

Thanks
Thomas
Hello Thomas,

we have same problems. The problem is google, it returns the "%s" as "% s". We're currently working on a php script to clean those thing ... before they're transferred to the dictionary manager.

Have you solved the "Search & Replace" thing?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Next updated version of Dictionary Manager will include the Replace functionality.
Best regards,
Igor Siticov.
Thomas J.
Posts: 129
Joined: Fri Jan 06, 2006 8:09 am

Post by Thomas J. »

Hello the replace function exits, but is not working correct.

I have the string

% s pro % s

and want to replace '% s' with '%s'
but after using the function the result is

% s pro % s
->
%s

So everything is deleted/replcaced and not only the phrase which was entered to search. The result should be

% s pro % s
->
%s pro %s

Thanks
Thomas
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Thank you for reporting this. We're fixing this right now...
Best regards,
Igor Siticov.
Thomas J.
Posts: 129
Joined: Fri Jan 06, 2006 8:09 am

Post by Thomas J. »

Hi isiticov,

do you know when the fixed version will be available?

Thanks
Thomas
Thomas J.
Posts: 129
Joined: Fri Jan 06, 2006 8:09 am

Post by Thomas J. »

Hi Isiticov,

my customer is still waiting to start using my application.
So when is the new version with the bug fix ready for download?

Or do you know a workaround?

Thanks
Thomas
Post Reply