mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
parent
5a5284b94e
commit
8fc558b8e6
7 changed files with 68 additions and 68 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue