meta-environment icon indicating copy to clipboard operation
meta-environment copied to clipboard

Update translate.wordpressorg.dev to use GlotPress 2.0

Open ocean90 opened this issue 9 years ago • 2 comments

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;

ocean90 avatar May 28 '16 22:05 ocean90

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

iandunn avatar Jun 15 '17 13:06 iandunn

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

ocean90 avatar Jun 15 '17 14:06 ocean90