Lines Matching full:files
13 This will print all the files that need to be updated or translated in the zh_CN locale.
142 """List all files with the specified suffix in the folder and its subfolders"""
143 files = []
151 # list all files and folders
158 files.append(ab_item)
160 return files
207 help="Locale to check when files are not specified",
214 help="Print files that do not have translations",
229 "files", nargs="*", help="Files to check, if not specified, check all files"
237 # Get files related to linux path
238 files = args.files
239 if len(files) == 0:
255 files.append(new_file)
261 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))
266 for file in files: