WordPress / meta-environment

A collection of scripts that provision the official WordPress.org websites into a Varying Vagrant Vagrants installation.
190 stars 72 forks source link

Update translate.wordpressorg.dev to use GlotPress 2.0 #54

Open ocean90 opened 8 years ago

ocean90 commented 8 years ago

See https://meta.trac.wordpress.org/ticket/1667 and https://meta.trac.wordpress.org/ticket/1735.

translate.wordpress.org is now a site in the global.wordpress.org network and powered by GlotPress the plugin and 10 custom plugins.

Settings for wp-config.php:

define( 'GLOTPRESS_TABLE_PREFIX', 'translate_' );
define( 'DB_CHARSET', 'latin1' );
define( 'GP_TMPL_PATH',  WPORGPATH . 'wp-content/plugins/wporg-gp-customizations/templates/' );
define( 'GP_URL_BASE', '' );
$gp_table_prefix = GLOTPRESS_TABLE_PREFIX;
iandunn commented 7 years ago

49c5906 upgraded the site to v2, but there are still some minor problems left to solve.

ocean90 commented 7 years ago

@iandunn @atimmer What minor issues are you still seeing? Happy to chat about them if you still around.