mirror of
				https://github.com/brunofontes/shareit.git
				synced 2025-10-28 08:51:06 -03:00 
			
		
		
		
	Now the main page, item page and e-mails are translated into Brazilian Portuguese
		
			
				
	
	
		
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| return [
 | |
|     'Home' => 'Home',
 | |
|     'Login' => 'Login',
 | |
|     'Register' => 'Register',
 | |
|     'Products' => 'Products',
 | |
|     'Help' => 'Help',
 | |
|     'copyright' => '© 2018 Bruno Fontes All Rights Reserved',
 | |
|     'byAuthor' => 'By Bruno Fontes',
 | |
| ]; |