Lines Matching full:files
13 This will print all the files that need to be updated or translated in the zh_CN locale.
178 """List all files with the specified suffix in the folder and its subfolders"""
179 files = []
187 # list all files and folders
194 files.append(ab_item)
196 return files
243 help="Locale to check when files are not specified",
250 help="Print files that do not have translations",
265 "files", nargs="*", help="Files to check, if not specified, check all files"
273 # Get files related to linux path
274 files = args.files
275 if len(files) == 0:
291 files.append(new_file)
297 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))
302 for file in files: