Skip to content

Commit 7822224

Browse files
committed
Locale is relative to sourcedir
1 parent bc125aa commit 7822224

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@
100100
os.system('mkdir -p cpython/locales/es/')
101101
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
102102

103-
104103
gettext_compact = False
105-
locale_dirs = ['cpython/locales']
104+
locale_dirs = ['../locales'] # relative to the sourcedir
106105

107106

108107
def setup(app):

0 commit comments

Comments
 (0)