[Webkit-unassigned] [Bug 29653] [Qt] Qt-based browser fails to show the right language translation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 13:02:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29653





--- Comment #27 from Evan Martin <evan at chromium.org>  2009-10-08 13:02:39 PDT ---
(In reply to comment #26)
> Thanks for the comments, Evan. That makes a lot sense.
> The current code does not pass LC_ALL,etc., to the executable at all. They are
> just Null. If this is preferred, we will keep the way it is. If we want a
> default value, such as en-US, I think we should set it in run-webkit-tests.

Unless they're explicitly cleared somewhere, locale settings will be propagated
through the environment.

> Then, if any test case wants to test particular locale, use setPosixLocale in
> the test case. (btw, would this affect the subsequent test cases?)

No, we reset the locale (to the settings in the environment) before running
each test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list