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.
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
Lets' use the fixtures used in tests, just moving from nl to fr to see more obvious difference:
nl
fr
site_name: test gitrevisiondatelocalized_plugin use_directory_urls: true locale: fr plugins: - search - git-revision-date-localized
mkdocs serve -f .\tests\basic_setup\mkdocs_locale.yml
The error is located in this line:
mkdocs-git-revision-date-localized-plugin/mkdocs_git_revision_date_localized_plugin/util.py
Line 81 in 2f8dc73
Should pass the inherited locale:
locale
return self._date_formats(unix_timestamp=unix_timestamp, locale=locale)
The text was updated successfully, but these errors were encountered:
Fix timvink#21
064f8b7
Successfully merging a pull request may close this issue.
Reproduce
Lets' use the fixtures used in tests, just moving from
nl
tofr
to see more obvious difference:mkdocs serve -f .\tests\basic_setup\mkdocs_locale.yml
Expected result
Debug
The error is located in this line:
mkdocs-git-revision-date-localized-plugin/mkdocs_git_revision_date_localized_plugin/util.py
Line 81 in 2f8dc73
Should pass the inherited
locale
:The text was updated successfully, but these errors were encountered: