Skip to content

Commit 11ceedc

Browse files
authored
Show Spanish translation in production (#93)
The Spanish translation of the documentation reached all the required translated files to be shown in the language selector under docs.python.org.
1 parent 24dcb0d commit 11ceedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def title(self):
140140

141141
LANGUAGES = {
142142
Language("en", "en", "English", True, XELATEX_DEFAULT),
143-
Language("es", "es", "Spanish", False, XELATEX_WITH_FONTSPEC),
143+
Language("es", "es", "Spanish", True, XELATEX_WITH_FONTSPEC),
144144
Language("fr", "fr", "French", True, XELATEX_WITH_FONTSPEC),
145145
Language("id", "id", "Indonesian", False, XELATEX_DEFAULT),
146146
Language("ja", "ja", "Japanese", True, PLATEX_DEFAULT),

0 commit comments

Comments
 (0)