We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e83bc commit c3d0477Copy full SHA for c3d0477
1 file changed
src/mkdocstrings_handlers/python/_internal/handler.py
@@ -284,6 +284,7 @@ def render(self, data: CollectorItem, options: PythonOptions, locale: str | None
284
Parameters:
285
data: The collected data.
286
options: The options to use for rendering.
287
+ locale: The locale to use for rendering (default is "en").
288
289
Returns:
290
The rendered data (HTML).
0 commit comments