update_po allow comment in the list of files to translate
svn: r20502
This commit is contained in:
@ -284,7 +284,7 @@ def listing(name, extensionlist):
|
||||
"""
|
||||
|
||||
f = open('gramps')
|
||||
files = [file.strip() for file in f]
|
||||
files = [file.strip() for file in f if file and not file[0]=='#']
|
||||
f.close()
|
||||
|
||||
temp = open(name, 'w')
|
||||
|
Reference in New Issue
Block a user