2009/11/10 <rquadl...@php.net>: > ID: 50138 > Updated by: rquadl...@php.net > Reported By: y14jem-php at yahoo dot fr > Status: Open > Bug Type: Translation problem > PHP Version: Irrelevant > New Comment: > > The change to the English documentation (extend => extends) was done > not > too long ago. > > The translations haven't caught up. > > See http://bugs.php.net/bug.php?id=50002 > > > Previous Comments: > ------------------------------------------------------------------------ > > [2009-11-10 13:48:22] y14jem-php at yahoo dot fr > > Description: > ------------ > Url : http://www.php.net/manual/en/language.oop5.interfaces.php > About the outlined note (in english) : > "Note: Interfaces can be extended like classes using the extends > operator." > > The keyword "extends" is translated as "extend" and the hyperlink isn't > present in the following languages : > french, bulgarian, german, bresilian portuguese > > > Reproduce code: > --------------- > French : > http://www.php.net/manual/fr/language.oop5.interfaces.php > Note: Les interfaces peuvent être étendues comme des classes en > utilisant l'opérateur extend. > > Bulgarian > http://www.php.net/manual/bg/language.oop5.interfaces.php > Забележка: > Интерфейсите > могат да > бъдат > разширявани, > също какт > класовете, > посредством > оператора extend > > > German > http://www.php.net/manual/de/language.oop5.interfaces.php > Hinweis: Ein Interface kann ebenso wie eine Klasse mit Hilfe des > Schlüsselwortes extend erweitert werden. > > Bresilian portuguese > http://www.php.net/manual/pt_BR/language.oop5.interfaces.php > Nota: Interfaces podem ser estendidas como classes, usando o operador > extend. > > > > > ------------------------------------------------------------------------ > > > -- > Edit this bug report at http://bugs.php.net/?id=50138&edit=1 > > > -- > PHP Documentation Bugs Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
With regard to making changes to the non-english translations, do I just edit, test and commit as normal? Or do the translation teams go through different steps. This fix is pretty simple. <literal>extend</literal> to <link linkend="language.oop5.inheritance">extends</link> in 3 places. Can commit if it is safe to do so. -- ----- Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling