Skip to content
Snippets Groups Projects
Commit 479a2c3f authored by Georg Krause's avatar Georg Krause Committed by Georg Krause
Browse files

chore: Remove useless file

parent c216c34c
Branches
Tags
1 merge request!64Start migration to pelican
......@@ -55,9 +55,7 @@ from langcodes import Language
import os
langs = [
(lang.lower(), {}) for lang in os.listdir("translations") if lang != "messages.pot"
]
langs = [(lang.lower(), {}) for lang in os.listdir("translations")]
I18N_SUBSITES = dict(langs)
I18N_UNTRANSLATED_PAGES = "keep"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment