8000 Translate library/tk.po to Turkish by mertssmnoglu · Pull Request #117 · python/python-docs-tr · GitHub
[go: up one dir, main page]

Skip to content

Translate library/tk.po to Turkish #117

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 3 commits into from
Feb 9, 2023
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
fix: Mod: replaced with :mod:
Co-authored-by: Ege Akman <egeakmanegeakman@hotmail.com>
  • Loading branch information
mertssmnoglu and egeakman authored Feb 9, 2023
commit 379e75dc28d252502aeace3ece9ed935e89ac264
2 changes: 1 addition & 1 deletion library/tk.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ msgid ""
"mod:`tkinter` is a set of wrappers that implement the Tk widgets as Python "
"classes."
msgstr ""
"Mod:`tkinter` paketi Tcl/Tk üzerinde ince bir nesne yönelimli katmandır. Mod:"
":mod:`tkinter` paketi Tcl/Tk üzerinde ince bir nesne yönelimli katmandır. :mod:"
"`tkinter` kullanmak için Tcl kodu yazmanıza gerek yoktur, ancak Tk "
"belgelerine ve bazen de Tcl belgelerine başvurmanız gerekecektir. :mod:"
"`tkinter`, Tk widget'larını Python sınıfları olarak uygulayan bir dizi "
Expand Down
0