#18741 closed defect (bug) (fixed)
Autoupdate does not install translation files
Reported by: | sirzooro | Owned by: | dd32 |
---|---|---|---|
Milestone: | 3.2.2 | Priority: | normal |
Severity: | normal | Version: | 3.2.1 |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | Cc: |
Description
WP autoupdater does not install translation files - at least when I tried to convert my english WP install to Polish.
Steps to reproduce:
- install WP (English version);
- add
define('WPLANG', 'pl_PL');
towp-config.php
;
- open
/wp-admin/update-core.php
page and install WordPress with pl_PL translations.
For some reason updater does not create wp-content/languages
directory and does not copy translation files.
As I recall, this worked in the past (for sure on some last WP 2.x versions), but cannot tell when it stopped working.
Attachments (1)
Change History (11)
#2
@
13 years ago
- Keywords reporter-feedback added
And by file, I mean't this zip file:
Downloading update from http://downloads.wordpress.org/…
#3
@
13 years ago
Confirmed with ru_RU as well.
Downloading update from http://ru.wordpress.org/wordpress-3.2.1-ru_RU.zip…
#4
@
13 years ago
- Keywords reporter-feedback removed
Message for pl_PL is similar:
Downloading update from http://pl.wordpress.org/wordpress-3.2.1-pl_PL.zip…
#5
@
13 years ago
- Owner set to dd32
- Status changed from new to accepted
Cheers, I'll take a look under the hood tomorrow and see what's going on. I have a feeling this might be caused by the locale_package variable not being set when you install the way you have.
Note: See
TracTickets for help on using
tickets.
What file does it say it's installing on the upgrade/re-install process page?