GithubHelp home page GithubHelp logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024

Cant reproduce that. I'v checked with english and polish translations.

Are you using SVN or 3.7 rev? 

Original comment by woodzu123 on 8 May 2009 at 8:56

from transmission-remote-dotnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
It's the same situation on SVN and 3.7 rev. 

Maybe it only occurs on my system (vista ultimate Chinese version).
I will remove translations of these special strings in OtherStrings.zh-CN.resx

Original comment by [email protected] on 9 May 2009 at 7:11

from transmission-remote-dotnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
updated.

May I get the SVN commit permission? It will be easy for me to update the *.zh-
CN.resx  

Original comment by [email protected] on 9 May 2009 at 8:23

Attachments:

from transmission-remote-dotnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
I'm also unable to reproduce it, and I can't think why it would be. If anyone 
else
reports this I'll consider reopening the issue of course.

Thanks for the update, I'll add it now and sort out a svn repository later or 
maybe
tomorrow (I'm a bit busy).

Original comment by [email protected] on 9 May 2009 at 11:37

  • Changed state: WontFix

from transmission-remote-dotnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Hi, I finally got the root cause of this issue;

You have not changed the Thread.CurrentThread.CurrentUICulture of the new 
BackgroundWorker thread.

This defect can be solved by changing some codes:
private void ActionWorker_DoWork(object sender, DoWorkEventArgs e)
        {
            Thread.CurrentThread.CurrentUICulture = new 
System.Globalization.CultureInfo(LocalSettingsSingleton.Instance.Locale);
            e.Result = CommandFactory.Request((JsonObject)e.Argument);
        }

I think it will be better to change the CurrentUICulture after new threads 
created.  

Original comment by [email protected] on 10 May 2009 at 4:44

from transmission-remote-dotnet.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Ah, of course. I didn't like having this set on every actionworker request, so 
it's
in the constructor of UpdateFilesWorker. Many thanks for looking into this.

Original comment by [email protected] on 10 May 2009 at 5:06

  • Changed state: Fixed

from transmission-remote-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.