Ticket #655 (assigned defect)

Opened 4 months ago

Last modified 4 months ago

Localization problem

Reported by: leogermani Assigned to: donncha (accepted)
Priority: high Milestone:
Component: component1 Version:
Severity: critical Keywords:
Cc:

Description

The localization does not work for wordpress MU 1.5.1 unless you hack the core at wp-includes/l10n.php and change a line like below:

Orig: if (isset($locale)) New: if (!empty($locale))

There is a discussion about this at: http://mu.wordpress.org/forums/topic.php?id=5063

Change History

06/17/08 15:37:32 changed by donncha

  • owner changed from somebody to donncha.
  • status changed from new to assigned.

I moved the setup of $locale into a "locale" filter and modified it so it should match the behaviour of WordPress?. Changes in [1331] if you want to try it.

06/20/08 15:39:24 changed by leogermani

Hi,

I applied the 2 changes into the files and undid the change I have made before.

It does not work.

If I replace the files wpmu-functions and wp-settings.. I get an error calling some function that does not exists... I reckon this is because there are other changes to the core that I dont have. That why I applied the changes by hand into this 2 files... but no success

If I can help with something else please let me know..

Leo

06/21/08 08:00:07 changed by GIGALinux

I using WordPress? MU 1.5.1 on my German site and the localization is working for me.

06/21/08 20:03:22 changed by leogermani

GIGALinux,

theme localization or localization of the admin area.

Themes localization are working fine for me. Im talking about the admin area..

Leo