Translate Pcntl\QosClass enum and four pcntl functions#230
Open
lacatoire wants to merge 3 commits into
Open
Conversation
0713375 to
a46cecc
Compare
- pcntl.qosclass.xml: fixes the missing entity referenced in reference/pcntl/book.xml line 49 (was breaking the build, php#204). - pcntl_getqos_class, pcntl_setqos_class, pcntl_async_signals, pcntl_get_last_error: translate the related newcomer functions while we're already touching the pcntl tree. All five files set Maintainer: lacatoire / Status: ready and use the impersonal tone now recommended for new translations. Fixes php#204
a46cecc to
fae8778
Compare
msamesch
reviewed
May 29, 2026
msamesch
reviewed
May 29, 2026
msamesch
approved these changes
May 29, 2026
Contributor
msamesch
left a comment
There was a problem hiding this comment.
thanks al lot, looks good!
Co-authored-by: Martin Samesch <samesch@php.net>
Co-authored-by: Martin Samesch <samesch@php.net>
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 free
to 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.
Behebt den verbliebenen Build-Fehler aus #204:
reference/pcntl/book.xml:49verweist auf&reference.pcntl.pcntl.qosclass;, die Datei fehlte aber in doc-de. Diese PR fügt die deutsche Übersetzung der Aufzählung sowie der vier eng verwandten Funktionen hinzu:pcntl.qosclass.xml(Aufzählung)pcntl_getqos_classpcntl_setqos_classpcntl_async_signalspcntl_get_last_errorDie andere in #204 erwähnte Entität (
reference.imagick.entities.imagickkernelexception) wurde bereits in einem früheren Build-Fix behoben.Fixes #204