Skip to content

Library glob Çevirisi #210

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 6 commits into from
Dec 10, 2024
Merged
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
fixed unclosed parenthesis
  • Loading branch information
al1can committed Dec 9, 2024
commit 1c030e005f6a50921257696ffe1b64f9649c3cf4
4 changes: 2 additions & 2 deletions library/glob.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-01 00:21+0000\n"
"PO-Revision-Date: 2024-12-09 23:31+0300\n"
"PO-Revision-Date: 2024-12-09 23:37+0300\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
Expand Down Expand Up @@ -51,7 +51,7 @@ msgstr ""
"Dikkat edilmeli ki :func:`fnmatch.fnmatch` veya :func:`pathlib.Path.glob` "
"aksine, nokta (``.``) ile başlayan dosyalar sadece nokta ile başlayan "
"desenler ile eşleştirilebilir. (Tilde ve kabuk değişken açılımları için :"
"func:`os.path.expanduser` ve :func:`os.path.expandvars` kullanın."
"func:`os.path.expanduser` ve :func:`os.path.expandvars` kullanın.)"

#: library/glob.rst:34
msgid ""
Expand Down