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 d528007 commit 2f31cf0Copy full SHA for 2f31cf0
mkdocs_git_revision_date_localized_plugin/plugin.py
@@ -176,7 +176,7 @@ def on_page_markdown(
176
177
# First prio is use mkdocs-static-i18n locale if set
178
try:
179
- locale = page.locale
+ locale = page.file.locale
180
181
except AttributeError:
182
locale = None
0 commit comments