On 28 July 2011 12:49, Richard Quadling <rquadl...@gmail.com> wrote:
> On 28 July 2011 12:38, Hannes Magnusson <bj...@php.net> wrote:
>> bjori                                    Thu, 28 Jul 2011 11:38:19 +0000
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=313839
>>
>> Log:
>> Whopsy, fix translations
>>
>> Changed paths:
>>    U   phpdoc/doc-base/trunk/configure.php
>>
>> Modified: phpdoc/doc-base/trunk/configure.php
>> ===================================================================
>> --- phpdoc/doc-base/trunk/configure.php 2011-07-28 11:34:43 UTC (rev 313838)
>> +++ phpdoc/doc-base/trunk/configure.php 2011-07-28 11:38:19 UTC (rev 313839)
>> @@ -282,6 +282,8 @@
>>     'GENERATE' => 'no',
>>     'STDERR_TO_STDOUT' => 'no',
>>     'INPUT_FILENAME'   => 'manual.xml',
>> +    'ENGLISH_ONLY_INCL_BEGIN' => '',
>> +    'ENGLISH_ONLY_INCL_END' => '',
>>  ); // }}}
>>
>>  $ac = $acd;
>
> Just OOI, all langs failed. Including en.

In looking into the CHM failures, there seems to have been a change in
how entities are understood ...

DE
ERROR 
(file:///C:/doc-all/de/reference/ingres-ii/functions/ingres-connect.xml:226:25)
           <entry>&euro;</entry>
-------------------------^
 Entity 'euro' not defined

EN
ERROR (file:///C:/doc-all/en/chmonly/specialities.xml:143:53)
    External links are marked with a special &raquo; sign, and open in
-----------------------------------------------------^
 Entity 'raquo' not defined

ES
ERROR (file:///C:/doc-all/es/reference/mongo/manual.xml:23:41)
   <link xlink:href="&url.mongodb.crodas;">Desarrollo de Aplicaciones
PHP Escalables Usando MongoDB</link>
-----------------------------------------^
 Entity 'url.mongodb.crodas' not defined

FA
ERROR (file:///C:/doc-all/fa/bookinfo.xml:19:19)
     حق نشر &copy; ۱۹۹۷-&php.copyright-year; توسط گروه مستندات PHP.
-------------------^
 Entity 'copy' not defined

FR
ERROR (file:///C:/doc-all/fr/reference/mbstring/encodings.xml:214:24)
     <literal>OS/2&reg;</literal> et Microsoft&reg; Windows&reg;.
------------------------^
 Entity 'reg' not defined

JA
ERROR (file:///C:/doc-all/ja/reference/strings/functions/strtoupper.xml:24:19)
   a ウムラウト (&auml;) のような文字は変換されません。
-------------------^
 Entity 'auml' not defined

PL
ERROR (file:///C:/doc-all/pl/reference/strings/functions/strtolower.xml:22:22)
     umlaut-A (&Auml;) nie b�d� konwertowane.
----------------------^
 Entity 'Auml' not defined

pt_BR
ERROR (file:///C:/doc-all/pt_BR/reference/image/functions/imagearc.xml:30:27)
    <parameter>e</parameter>. 0&deg; esta localizado na posi��o de tr�s horas,
---------------------------^
 Entity 'deg' not defined

RO
ERROR (file:///C:/doc-all/ro/appendices/history.xml:27:38)
    'Personal Home Page Tools &mdash; Instrumente pentru paginile
--------------------------------------^
 Entity 'mdash' not defined

TR (falls back to EN)
ERROR (file:///C:/doc-all/en/chmonly/specialities.xml:143:53)
    External links are marked with a special &raquo; sign, and open in
-----------------------------------------------------^
 Entity 'raquo' not defined

ZH
ERROR (file:///C:/doc-all/zh/reference/image/functions/imagearc.xml:29:18)
   参数以角度指定。0&deg;位于三点钟位置,以顺时针方向绘画。
------------------^
 Entity 'deg' not defined


Taking out the --enable-chm option from the CHM builds and
configure.php runs for EN (will have to wait until the others build).

The chmonly code hasn't been altered for a 15 months
(http://svn.php.net/viewvc/phpdoc/en/trunk/chmonly/)

Any ideas?



-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

Reply via email to