URI 拡張モジュールを完訳(PHP 8.5)#374
Open
KentarouTakeda wants to merge 1 commit intophp:masterfrom
Open
Conversation
## 概要 PHP 8.5 で追加された URI 拡張モジュール(ext/uri)の新規作成、完訳。 ## 内容 - URI 拡張モジュールを完訳: `reference/uri/` 配下に 71 ファイルを新規追加 - 既存翻訳の表記統一: `reference/url/functions/parse-url.xml` 「WHATWG URL 標準」→「WHATWG URL Standard」 - 用語集の追加: - `README_Glossary.md` に「WHATWG URL Standard」項目を追加 - `build/prh.yml` に textlint の prh ルールを追加(「WHATWG URL 標準」を検出して「WHATWG URL Standard」へ自動修正) - `language-snippets.ent` の同期: `uri.errors.invalidUriException` / `uri.errors.invalidUrlException` の日本語訳を追加(EN-Revision を `330903cf` に追従)
1c2d6a9 to
c4a7dfd
Compare
youkidearitai
approved these changes
May 9, 2026
Contributor
youkidearitai
left a comment
There was a problem hiding this comment.
LGTM!
良いと思いました。ありがとうございます。
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.
概要
PHP 8.5 で追加された URI 拡張モジュール(ext/uri)の新規作成、完訳。
内容
reference/uri/配下に 71 ファイルを新規追加reference/url/functions/parse-url.xml「WHATWG URL 標準」→「WHATWG URL Standard」README_Glossary.mdに「WHATWG URL Standard」項目を追加build/prh.ymlに textlint の prh ルールを追加(「WHATWG URL 標準」を検出して「WHATWG URL Standard」へ自動修正)language-snippets.entの同期:uri.errors.invalidUriException/uri.errors.invalidUrlExceptionの日本語訳を追加(EN-Revision を330903cfに追従)