Uh oh!
There was an error while loading. Please reload this page.
Add translation for OOP visibility, properties and interfaces - #140
Add translation for OOP visibility, properties and interfaces#140lacatoire wants to merge 3 commits into
Conversation
f30d37f to
ddf5280Compare
vpintidev
left a comment
There was a problem hiding this comment.
There's a misalignment with the current English source.
interfaces.xml and properties.xml were updated in en after this PR's declared revisions by commit dff848b1 (#5728, "Fix grammar in oop5"). For interfaces.xml it's an English-only grammar fix that doesn't affect the translation. For properties.xml the commit also converts a <para> to <simpara> and fixes a method-name typo in an example (setNumberofSides → setNumberOfSides, see line comment). Those should be applied and the EN-Revision bumped to dff848b1:
interfaces.xml:565bd8b6→dff848b1properties.xml:801e7a15→dff848b1
visibility.xml is fully aligned.
| $triangle = new Shape(); | ||
| $triangle->setName("triangle"); | ||
| $triangle->setNumberofSides(3); |
There was a problem hiding this comment.
Incoerenza nel nome del metodo: qui è chiamato setNumberofSides, ma alla riga 144 è definito setNumberOfSides (con la O maiuscola). Da uniformare. Nell'inglese è stato corretto dal commit #5728.
Add Italian translation for visibility, properties and interfaces documentation