Skip to content

Further-translate library/datetime.po #162

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 8 commits into from
Nov 28, 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
Update
  • Loading branch information
Ardasak committed Nov 26, 2023
commit 09eae0099b6cefada6481de6c2c9b8c6b5a92305
8 changes: 4 additions & 4 deletions library/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,18 @@ msgstr ":mod:`datetime` modülü aşağıdaki sabitleri dışa aktarır:"
#: library/datetime.rst:86
msgid ""
"The smallest year number allowed in a :class:`date` or :class:`.datetime` "
"object. :const:`MINYEAR` is ``1``."
"object. :const:`MINYEAR` is ``1`` ."
msgstr ""
"Bir :class:`date` veya :class:`.datetime` nesnesinde izin verilen en küçük "
"yıl sayısı. :const:`MINYEAR` ``1``dir."
"yıl sayısı. :const:`MINYEAR` ``1`` 'dir."

#: library/datetime.rst:92
msgid ""
"The largest year number allowed in a :class:`date` or :class:`.datetime` "
"object. :const:`MAXYEAR` is ``9999``."
"object. :const:`MAXYEAR` is ``9999`` ."
msgstr ""
"Bir :class:`date` veya :class:`.datetime` nesnesinde izin verilen en büyük "
"yıl sayısı. :const:`MAXYEAR` ``9999``dur."
"yıl sayısı. :const:`MAXYEAR` ``9999`` 'dur."

#: library/datetime.rst:97
msgid "Alias for the UTC timezone singleton :attr:`datetime.timezone.utc`."
Expand Down