Skip to content

Commit 6b34e70

Browse files
committed
Flag some entries as fuzzy until python/cpython#107680 (comment) is resolved.
Remove pip caching
1 parent ac426f9 commit 6b34e70

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/pre-commit-ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
id: setup_python
1212
with:
1313
python-version: "3.12"
14-
cache: pip
1514

1615
- name: Install pre-commit
1716
run: pip install pre-commit

sphinx.po

+6-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,17 @@ msgstr ""
4545
"Sürüm {deprecated} 'den beri kullanım dışı, sürüm {removed} 'da kaldırıldı"
4646

4747
#: tools/templates/dummy.html:12
48+
#, fuzzy
4849
msgid " Part of the "
49-
msgstr " Bir parçası"
50+
msgstr " Bir parçası "
5051

5152
#: tools/templates/dummy.html:13
53+
#, fuzzy
5254
msgid "Limited API"
5355
msgstr "Sınırlı API"
5456

5557
#: tools/templates/dummy.html:14
58+
#, fuzzy
5659
msgid "Stable ABI"
5760
msgstr "Kararlı ABI"
5861

@@ -73,8 +76,9 @@ msgid " (Only some members are part of the stable ABI.)"
7376
msgstr " (Sadece bazı üyeler kararlı ABI'ın bir parçasıdır.)"
7477

7578
#: tools/templates/dummy.html:19
79+
#, fuzzy
7680
msgid "This is "
77-
msgstr "Bu"
81+
msgstr "Bu "
7882

7983
#: tools/templates/dummy.html:20
8084
msgid "Unstable API"

0 commit comments

Comments
 (0)