mirror of
				https://github.com/arsenetar/dupeguru.git
				synced 2025-09-11 17:58:17 +00:00 
			
		
		
		
	Fixed build bug where the qtlib po file wouldn't be copied to the build locale folder.
This commit is contained in:
		
							parent
							
								
									7ced1e7b9d
								
							
						
					
					
						commit
						91a157cb2b
					
				
							
								
								
									
										6
									
								
								build.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								build.py
									
									
									
									
									
								
							| @ -117,9 +117,6 @@ def build_localizations(ui, edition): | |||||||
|     loc.compile_all_po('locale') |     loc.compile_all_po('locale') | ||||||
|     loc.compile_all_po(op.join('hscommon', 'locale')) |     loc.compile_all_po(op.join('hscommon', 'locale')) | ||||||
|     loc.merge_locale_dir(op.join('hscommon', 'locale'), 'locale') |     loc.merge_locale_dir(op.join('hscommon', 'locale'), 'locale') | ||||||
|     if op.exists(op.join('build', 'locale')): |  | ||||||
|         shutil.rmtree(op.join('build', 'locale')) |  | ||||||
|     shutil.copytree('locale', op.join('build', 'locale'), ignore=shutil.ignore_patterns('*.po', '*.pot')) |  | ||||||
|     if ui == 'cocoa': |     if ui == 'cocoa': | ||||||
|         print("Creating lproj folders based on .po files") |         print("Creating lproj folders based on .po files") | ||||||
|         for lang in loc.get_langs('locale'): |         for lang in loc.get_langs('locale'): | ||||||
| @ -140,6 +137,9 @@ def build_localizations(ui, edition): | |||||||
|     elif ui == 'qt': |     elif ui == 'qt': | ||||||
|         loc.compile_all_po(op.join('qtlib', 'locale')) |         loc.compile_all_po(op.join('qtlib', 'locale')) | ||||||
|         loc.merge_locale_dir(op.join('qtlib', 'locale'), 'locale') |         loc.merge_locale_dir(op.join('qtlib', 'locale'), 'locale') | ||||||
|  |     if op.exists(op.join('build', 'locale')): | ||||||
|  |         shutil.rmtree(op.join('build', 'locale')) | ||||||
|  |     shutil.copytree('locale', op.join('build', 'locale'), ignore=shutil.ignore_patterns('*.po', '*.pot')) | ||||||
| 
 | 
 | ||||||
| def build_updatepot(): | def build_updatepot(): | ||||||
|     print("Building .pot files from source files") |     print("Building .pot files from source files") | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| === 3.4.1 (2012-04-14) | === 3.4.1 (2012-04-14) | ||||||
| 
 | 
 | ||||||
| * Fixed the "Folders" scan type. [Mac] | * Fixed the "Folders" scan type. [Mac] | ||||||
| * Nothing changed under Linux and Windows other than the version. | * Fixed localization issues. [Windows, Linux] | ||||||
| 
 | 
 | ||||||
| === 3.4.0 (2012-03-29) | === 3.4.0 (2012-03-29) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user