Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6dd813

Browse files
[po] auto sync
1 parent a7fc684 commit b6dd813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.11%", "updated_at": "2024-08-29T16:48:17Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-29T17:47:21Z"}

howto/regex.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,8 @@ msgid ""
949949
"pre-compiling it will save a few function calls. Outside of loops, there's "
950950
"not much difference thanks to the internal cache."
951951
msgstr ""
952-
"你是否应该使用这些模块级函数,还是应该自己获取模式并调用其方法? 如果你正在循环中访问正则表达式,预编译它将节省一些函数调用。 "
953-
"在循环之外,由于有内部缓存,没有太大区别。"
952+
"我们应该使用这些模块级函数,还是创建 pattern 对象并调用其方法呢? "
953+
"这要看具体情况。如果你是在循环中多次使用同一个正则表达式,那么预编译正则可以减少一些函数调用。 而在循环之外,由于内部缓存的存在,两种方式差别不大。"
954954

955955
#: ../../howto/regex.rst:522
956956
msgid "Compilation Flags"

0 commit comments

Comments
 (0)