mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Added locale support for Türkçe. Thanks Cuqer!
This commit is contained in:
		@@ -51,6 +51,9 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2)
 | 
			
		||||
        case "si":
 | 
			
		||||
            $locale = "si_LK.UTF-8";
 | 
			
		||||
            break;
 | 
			
		||||
        case "tr":
 | 
			
		||||
            $locale = "tr_TR.UTF-8";
 | 
			
		||||
            break;
 | 
			
		||||
        default:
 | 
			
		||||
            $locale = "en_GB.UTF-8";
 | 
			
		||||
            break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user