salmarina
Member
Posted 9 months ago #
Hi, thanks for the mod. Works great, even in different subdomains (wp is in domain.com/wordpress and phpbb in forum.domain.com)
But, it's in english, while my WP installation is in spanish. I've checked the wp-config.php file:
define ('WPLANG', 'es_ES');
both wp_phpbb_bridge-es.mo and wp_phpbb_bridge-es.po are located under languages wp-phpbb-bridge/languages
So, how can I change the language??
Thanks!
busqué esto por todas partes hasta que tuve que solucionarlo a mano. La unica forma de cambiar el lenguaje a español es modificando el
wp_phpbb_bridge.php
en la linea 145 o load_plugin_textdomain('wpbb', false, WPBB_FOLDER . '/i18n/');
cambia el false por true y listo... no se porque viene con false y está desactivado... le pones true y te toma el lenguaje, ojo que el archivo .po tiene que ser wpbb-es.po y el mo lo mismo