@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-27 14:15 +0000\n "
14+ "POT-Creation-Date : 2025-10-31 14:16 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -1325,11 +1325,12 @@ msgstr ""
13251325
13261326msgid ""
13271327"Returns an instance of :class:`LoggerAdapter` initialized with an "
1328- "underlying :class:`Logger` instance, a dict-like object (*extra*), and a "
1329- "boolean (*merge_extra*) indicating whether or not the *extra* argument of "
1330- "individual log calls should be merged with the :class:`LoggerAdapter` extra. "
1331- "The default behavior is to ignore the *extra* argument of individual log "
1332- "calls and only use the one of the :class:`LoggerAdapter` instance"
1328+ "underlying :class:`Logger` instance, an optional dict-like object (*extra*), "
1329+ "and an optional boolean (*merge_extra*) indicating whether or not the "
1330+ "*extra* argument of individual log calls should be merged with the :class:"
1331+ "`LoggerAdapter` extra. The default behavior is to ignore the *extra* "
1332+ "argument of individual log calls and only use the one of the :class:"
1333+ "`LoggerAdapter` instance"
13331334msgstr ""
13341335
13351336msgid ""
@@ -1368,7 +1369,10 @@ msgid ""
13681369"delegate to the underlying logger and allow adapters to be nested."
13691370msgstr ""
13701371
1371- msgid "The *merge_extra* argument was added."
1372+ msgid "The *extra* argument is now optional."
1373+ msgstr ""
1374+
1375+ msgid "The *merge_extra* parameter was added."
13721376msgstr ""
13731377
13741378msgid "Thread Safety"
0 commit comments