Skip to content

Translation Update 3.12 #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Flag some entries as fuzzy until python/cpython#107680 (comment) is r…
…esolved.

Remove pip caching
  • Loading branch information
egeakman committed Jan 1, 2024
commit 6b34e70e22b75bb4e5e3a48cade7f1d76cd25978
1 change: 0 additions & 1 deletion .github/workflows/pre-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
id: setup_python
with:
python-version: "3.12"
cache: pip

- name: Install pre-commit
run: pip install pre-commit
Expand Down
8 changes: 6 additions & 2 deletions sphinx.po
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@ msgstr ""
"Sürüm {deprecated} 'den beri kullanım dışı, sürüm {removed} 'da kaldırıldı"

#: tools/templates/dummy.html:12
#, fuzzy
msgid " Part of the "
msgstr " Bir parçası"
msgstr " Bir parçası "

#: tools/templates/dummy.html:13
#, fuzzy
msgid "Limited API"
msgstr "Sınırlı API"

#: tools/templates/dummy.html:14
#, fuzzy
msgid "Stable ABI"
msgstr "Kararlı ABI"

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

#: tools/templates/dummy.html:19
#, fuzzy
msgid "This is "
msgstr "Bu"
msgstr "Bu "

#: tools/templates/dummy.html:20
msgid "Unstable API"
Expand Down