mkdocs-git-authors-plugin icon indicating copy to clipboard operation
mkdocs-git-authors-plugin copied to clipboard

Add localization

Open timvink opened this issue 5 years ago • 0 comments

There are multiple components that would benefit from localization:

  • Authors:
  • lines
  • Uncommitted 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

timvink avatar Mar 03 '20 14:03 timvink