Closed Guts closed 4 years ago
Actually, this is done on purpose, as locale might be added to mkdocs in a future release. (Can't find the related issue now but have this from waylan himself)
Here is the reference comment from waylan, explaining locale
might be part of mkdocs in the future.
Thanks for the suggestion though, really appreciate you looking for areas where the plugin can be improved !
According to the README,
locale
value can be set in two hierarchical ways:plugins/git-revision-date-localized
configurationtheme
sectionBut in fact, the plugin is also looking for a locale option at the mkdocs level:
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/blob/b6647efc74161682354992430fe609704193624a/mkdocs_git_revision_date_localized_plugin/plugin.py#L41
Problem: this option is not an accepted one in MkDocs configuration.
Sp, plugin should not look at this option.