8000 Fix fuzzy by Ardasak · Pull Request #72 · python/python-docs-tr · GitHub
[go: up one dir, main page]

Skip to content

Fix fuzzy #72

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
Dec 29, 2022
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
Fix fuzzy
  • Loading branch information
Ardasak committed Dec 29, 2022
commit e4ea3df7402a83b40cdc5b25357180fa087b194d
11 changes: 5 additions & 6 deletions extending/embedding.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
"PO-Revision-Date: 2022-03-03 01:11+0300\n"
"PO-Revision-Date: 2022-12-29 00:34-0500\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.0.1\n"
"X-Generator: Poedit 3.2.2\n"

#: extending/embedding.rst:8
msgid "Embedding Python in Another Application"
Expand Down Expand Up @@ -410,7 +410,7 @@ msgid ""
"directly useful to you:"
msgstr &quo 10000 t;"
"Gerekli derleyici ve bağlayıcı bayraklarını bulmak için, yükleme işleminin "
"bir parçası olarak oluşturulan :file:`python{XY}-config` betiğini "
"bir parçası olarak oluşturulan :file:`python{X.Y}-config` betiğini "
"çalıştırabilirsiniz (bir :file:`python3-config` betiği de mevcut olabilir). "
"Bu komut dosyası, size doğrudan yardımcı olacak birkaç seçeneğe sahiptir:"

Expand All @@ -423,13 +423,12 @@ msgstr ""
"verecektir:"

#: extending/embedding.rst:304
#, fuzzy
msgid ""
"``pythonX.Y-config --ldflags --embed`` will give you the recommended flags "
"when linking:"
msgstr ""
"``pythonX.Y-config --ldflags``, bağlantı kurarken size önerilen bayrakları "
"verecektir:"
"``pythonX.Y-config --ldflags --embed``, bağlantı kurarken size önerilen "
"bayrakları verecektir:"

#: extending/embedding.rst:313
msgid ""
Expand Down
7 changes: 2 additions & 5 deletions faq/extending.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
"PO-Revision-Date: 2022-07-01 14:35+0300\n"
"PO-Revision-Date: 2022-12-29 00:43-0500\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.0.1\n"
"X-Generator: Poedit 3.2.2\n"

#: faq/extending.rst:3
msgid "Extending/Embedding FAQ"
Expand Down Expand Up @@ -73,7 +73,6 @@ msgstr ""
"dizi alternatifi vardır."

#: faq/extending.rst:44
#, fuzzy
msgid ""
"`Cython <https://cython.org>`_ and its relative `Pyrex <https://www.cosc."
"canterbury.ac.nz/greg.ewing/python/Pyrex/>`_ are compilers that accept a "
Expand All @@ -88,7 +87,6 @@ msgstr ""
"yazmayı mümkün kılar."

#: faq/extending.rst:50
#, fuzzy
msgid ""
"If you need to interface to some C or C++ library for which no Python "
"extension currently exists, you can try wrapping the library's data types "
Expand Down Expand Up @@ -480,7 +478,6 @@ msgstr ""
"sınıflardan miras alabilirsiniz."

#: faq/extending.rst:289< 4A74 /td>
#, fuzzy
msgid ""
"The Boost Python Library (BPL, https://www.boost.org/libs/python/doc/index."
"html) provides a way of doing this from C++ (i.e. you can inherit from an "
Expand Down
0