Rebuild docs translations

This commit is contained in:
Micah Lee 2021-05-20 11:39:45 -04:00
parent 8a84e7a771
commit 7ef5a99c0a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
20 changed files with 13 additions and 13 deletions

View file

@ -7,11 +7,11 @@ templates_path = ["_templates"]
exclude_patterns = []
languages = [
("Deutsch", "de"), # German
("English", "en"), # English
("Español", "es"), # Spanish
("Deutsch", "de"), # German
("Ελληνικά", "el"), # Greek
("Русский", "ru"), # Ukranian
("Русский", "ru"), # Russian
("Español", "es"), # Spanish
("Türkçe", "tr"), # Turkish
("Українська", "uk"), # Ukranian
]