Add support for localization (#995)

This commit is contained in:
Jonah Aragon 2022-04-13 19:19:13 -05:00 committed by GitHub
parent 7f71093e33
commit e39f063568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 113 additions and 150 deletions

View file

@ -6,6 +6,7 @@ name = "pypi"
[packages]
mkdocs = "*"
mkdocs-material = {path = "./mkdocs-material"}
mkdocs-static-i18n = "*"
[dev-packages]
scour = "*"