 b2ed0e207d
			
		
	
	
		b2ed0e207d
		
	
	
	
	
		
			
			Added Japanese setup translation by North Hill Work Studios - thanks as well! Also: git:ignore for local test content folders
		
			
				
	
	
		
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| //Terminado 15 de fevereiro de 2020.
 | |
| 	
 | |
| 	$langconf = array();
 | |
| 	$langconf['id'] = 'Português (Brasil)';
 | |
| 	$langconf['locale'] = 'pt-br';
 | |
| 	$langconf['charsets'][0] = 'utf-8';
 | |
| 	$langconf['charsets'][1] = 'iso-8859-15';
 | |
| 
 | |
| ?>
 |