You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	* Additional Italian translations * Updated base template * git-ignoring backup copies `po/*.po~` files, generated when updating an existing translation
		
			
				
	
	
		
			18 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			175 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Build artifacts
 | |
| /book/
 | |
| target/
 | |
| *.bin
 | |
| 
 | |
| # Translation artifacts
 | |
| po/messages.pot
 | |
| po/*.mo
 | |
| po/*.po~
 | |
| 
 | |
| # macOS artifacts
 | |
| .DS_Store
 | |
| 
 | |
| # Jetbrains IDEs project files
 | |
| .idea/
 | |
| .iml
 | |
| .iws
 |