Sort update components
This commit is contained in:
		
							parent
							
								
									0b0b0cb09c
								
							
						
					
					
						commit
						250feb9bc5
					
				@ -78,7 +78,8 @@ for d in it:
 | 
			
		||||
print(',"hunspell": {')
 | 
			
		||||
comma = ''
 | 
			
		||||
unknown_names = []
 | 
			
		||||
for lang, file_names in files.items():
 | 
			
		||||
for lang in sorted(files.keys()):
 | 
			
		||||
    file_names = files[lang]
 | 
			
		||||
    if not lang in language_names:
 | 
			
		||||
        unknown_names.append(lang)
 | 
			
		||||
        continue
 | 
			
		||||
 | 
			
		||||
@ -41,7 +41,8 @@ for f in it:
 | 
			
		||||
print(',"recognizers": {')
 | 
			
		||||
comma = ''
 | 
			
		||||
unknown_names = []
 | 
			
		||||
for name, file_names in files.items():
 | 
			
		||||
for name in sorted(files.keys()):
 | 
			
		||||
    file_names = files[name]
 | 
			
		||||
    if not name in language_names:
 | 
			
		||||
        unknown_names.append(name)
 | 
			
		||||
    else:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user