meta-environment
meta-environment copied to clipboard
Update translate.wordpressorg.dev to use GlotPress 2.0
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;
49c5906 upgraded the site to v2, but there are still some minor problems left to solve.
@iandunn @atimmer What minor issues are you still seeing? Happy to chat about them if you still around.