X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=util%2Fmake_credits.py;h=9575f10ffb645d67dc967f36c663e081ddb907a7;hb=451d83c417ea941b75b65f052c22be763efe7b93;hp=eacb8707f463eaff31d41bfdcf30f25e572d5ddf;hpb=063bc5480f295bdcedd6f404d16e9a4057691167;p=friendica.git diff --git a/util/make_credits.py b/util/make_credits.py index eacb8707f4..9575f10ffb 100755 --- a/util/make_credits.py +++ b/util/make_credits.py @@ -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()