locale 作成

This commit is contained in:
ousttrue
2021-09-14 13:48:14 +09:00
parent 2cbcdf0ce2
commit abc6610fe2
21 changed files with 1914 additions and 1 deletions

View File

@@ -52,4 +52,7 @@ html_theme = 'classic'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
locale_dirs = ['locale/']
gettext_compact = False