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

Skip to content

Translation Update 3.12 #170

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 2 commits into from
Feb 24, 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
Next Next commit
Get changes from CPython Doc for 3.12
  • Loading branch information
python-docs-turkish committed Feb 24, 2024
commit 020db056d7c264f7eb2cc6aa4b9d15d2c5fd98ac
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# test build, we're building with the .rst files that generated our
# .po files.

CPYTHON_CURRENT_COMMIT := d3f2051eec6039811ae42e4382e8b292a983edc1
CPYTHON_CURRENT_COMMIT := b4dd31409cf6f23dcd8113d10f74a2e41b8cb1ed
LANGUAGE := tr
BRANCH := 3.12

Expand Down
4 changes: 2 additions & 2 deletions c-api/buffer.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-18 19:05+0000\n"
"POT-Creation-Date: 2024-02-24 17:22+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: \n"
"Language-Team: TURKISH <[email protected]>\n"
Expand Down Expand Up @@ -689,7 +689,7 @@ msgid "buffer object"
msgstr ""

#: c-api/buffer.rst:32
msgid "PyBufferProcs"
msgid "PyBufferProcs (C type)"
msgstr ""

#: c-api/buffer.rst:294
Expand Down
Loading