8000 Without this path the index is not translated · python/python-docs-es@6ad97e8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0