mkdocs-git-authors-plugin
mkdocs-git-authors-plugin copied to clipboard
Add localization
There are multiple components that would benefit from localization:
Authors:linesUncommitted work
And possibly more in the future.
MkDocs will add a locale option in the future. mkdocs-material already has a language option. And we could add a locale option to the plugin.
We can add localization files and load them according to the set locale.
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin already has localization support, although it is currently partially implemented in the language files of mkdocs-material.
Details here: https://github.com/squidfunk/mkdocs-material/issues/1350