On Mon, Jan 21, 2008 at 06:20:03PM +0100, Gonzalo Marcote Peña wrote: > I think suuport should be for all languages, not only for English or > French.
Ideally, yes, we would like that. Bit it is extra work for each language (because the wordpress developers make it a separate download for each language instead of a "language pack" containing all languages), and Debian being volunteer based, we need to find people willing to do that work for each language. > By now if copy es_ES.mo file to the wp-content/languages/ (creating the dir), > and put define(’WPLANG’, ‘es_ES‘); in > /etc/wordpress/config-www.myweb.org.php > nothing happens. Please put define('WPLANG', 'es_ES'); and not define(’WPLANG’, ‘es_ES‘); Notice the different quotes: ' and not ’ or ‘ . Also you need to put it between the <?php line and the ?> line. -- Lionel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]