docs: fix local dir name

This commit is contained in:
csunny 2023-06-11 20:36:52 +08:00
parent e44384fc33
commit a9c2c7f9ea

View File

@ -49,7 +49,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# multi language config
language = "en"
locals_dirs = ['./locales/']
locales_dirs = ['./locales/']
gettext_compact = False
gettext_uuid = True