]> git.mxchange.org Git - friendica.git/blobdiff - util/make_credits.py
added curly braces + space
[friendica.git] / util / make_credits.py
index abd6d530019eb5bde707694b442d9b39be5bf44b..9575f10ffb645d67dc967f36c663e081ddb907a7 100755 (executable)
@@ -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()