Skip to content

Commit 6ad97e8

Browse files
committed
Without this path the index is not translated
1 parent 7822224 commit 6ad97e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
102102

103103
gettext_compact = False
104-
locale_dirs = ['../locales'] # relative to the sourcedir
104+
locale_dirs = ['../locales', 'cpython/locales'] # relative to the sourcedir
105105

106106

107107
def setup(app):

0 commit comments

Comments
 (0)