Changes between Version 1 and Version 2 of Ticket #4857, comment 11
- Timestamp:
- 05/03/2013 08:00:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4857, comment 11
v1 v2 5 5 * On wp-admin/update-core.php, a new section is added for "Update BuddyPress Translation" which does what it says. 6 6 * When the language is updated, the timestamp is stored in another option. This option is used in the future cron checks in a IF-MODIFIED-SINCE header, which GlotPress now supports ([http://glotpress.trac.wordpress.org/ticket/236 #GP236]), to avoid wasting processing time on GlotPress and client download time. 7 * I added a new check for translations loadedinside the upload folder; a) to be sure we can write to the folder on most sites, b) so any site's existing translation is not overridden by the automatically downloaded one.7 * I added a new location for load_textdomain inside the upload folder; a) to be sure we can write to the folder on most sites, b) so any site's existing translation is not overridden by the automatically downloaded one. 8 8 9 9 The current patch hardcodes the checked translation to Italian, to make testing easier. There's a method where this is set, so easy to change if you want.