]> git.mxchange.org Git - friendica.git/blobdiff - util/make_credits.py
added curly braces + space
[friendica.git] / util / make_credits.py
index eacb8707f463eaff31d41bfdcf30f25e572d5ddf..9575f10ffb645d67dc967f36c663e081ddb907a7 100755 (executable)
@@ -23,7 +23,7 @@ import os, glob, subprocess
 #  not work in some cases.
 dontinclude = ['root', 'friendica', 'bavatar', 'tony baldwin', 'Taek', 'silke m',
                'leberwurscht', 'abinoam', 'fabrixxm', 'FULL NAME', 'Hauke Zuehl',
-               'Michal Supler', 'michal_s', 'Manuel Pérez']
+               'Michal Supler', 'michal_s', 'Manuel Pérez', 'rabuzarus']
 
 
 #  this script is in the /util sub-directory of the friendica installation
@@ -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()