Translate "Function" and "Exception" part of library/re.po#996
Merged
mattwang44 merged 2 commits intopython:3.13from Feb 23, 2025
Merged
Translate "Function" and "Exception" part of library/re.po#996mattwang44 merged 2 commits intopython:3.13from
library/re.po#996mattwang44 merged 2 commits intopython:3.13from
Conversation
5cd77c3 to
17a2784
Compare
beccalzh
reviewed
Dec 14, 2024
Collaborator
beccalzh
left a comment
There was a problem hiding this comment.
review part 1: rst:1001
beccalzh
reviewed
Dec 22, 2024
beccalzh
reviewed
Dec 22, 2024
| "``\\g<number>`` 使用對應的群組編號;因此 ``\\g<2>`` 等價於 ``\\2``,但在諸如 " | ||
| "``\\g<2>0`` 之類的替換中並非模糊不清 (isn't ambiguous)。``\\20`` 將被直譯為對" | ||
| "群組 20 的參照,而不是對後面跟著字面字元 ``'0'`` 的群組 2 的參照。反向參照 " | ||
| "``\\g<0>`` 會取代以 RE 所匹配到的整個子字串。" |
Collaborator
There was a problem hiding this comment.
想問個replace跟subtitute,有需要統一分別翻成替換跟取代嗎?
beccalzh
reviewed
Dec 22, 2024
Co-authored-by: Becca <61359625+beccalzh@users.noreply.github.com>
edea4ac to
998f706
Compare
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.
related issue: #631