- Change all references to language folders
This commit is contained in:
Hypolite Petovan 2016-09-30 10:46:56 -04:00
parent 5a5284b94e
commit 8fc558b8e6
7 changed files with 68 additions and 68 deletions

View file

@ -67,7 +67,7 @@ os.chdir(path)
# get the translators
print('> getting translators')
intrans = False
for f in glob.glob(path+'/view/*/messages.po'):
for f in glob.glob(path+'/view/lang/*/messages.po'):
i = open(f, 'r')
l = i.readlines()
i.close()