Skip to content

Commit 8129b3a

Browse files
committed
use translations_dir
1 parent 89a182a commit 8129b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def initialize_options(self):
7373
os.path.isdir(language)):
7474
continue
7575
data_files.append(('bpython/translations/'+language+'/LC_MESSAGES/',
76-
['bpython/translations/'+language+'/LC_MESSAGES/'+'bpython.mo']))
76+
[translations_dir+language+'/LC_MESSAGES/'+'bpython.mo']))
7777

7878

7979
setup(

0 commit comments

Comments
 (0)