Uh oh!
There was an error while loading. Please reload this page.
[Sync EN] Fix grammar in language/predefined (#5755) - #1021
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the Spanish translation with php/doc-en#5755 (commit 029f19d).
simpara, as in EN.serializable.xml: paragraph rewritten to match the English wording (method names tagged withmethodname, and the constructor can be called from within theunserializemethod).stdclass.xml: "con el operador new" instead of "con new operador".traversable.xml: semicolon instead of comma, as in EN.weakmap.xml: example title fixed toWeakMap.weakreference.xml: "estructuras de tipo caché" (cache-like structures).Fixes: #968
Also included, because the structure and EN-Revision checks require it on the touched files: the
xi:includeelements are aligned with doc-en (self-closing, noxi:fallback), andtraversable.xmlis synced with php/doc-en#5773 (commit 14013fe): changelog row 7.4.0 corrected to 8.0.0, notes turned intosimparaand reworded (prior to PHP 8.0.0 the interface could not be implemented directly, not even by abstract classes).