mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Added locale support for Chinese simplified, thanks @BANKA2017
This commit is contained in:
		| @@ -73,7 +73,8 @@ function DisplaySystem(){ | ||||
|     'it_IT.UTF-8' => 'Italiano', | ||||
|     'pt_BR.UTF-8' => 'Português', | ||||
|     'sv_SE.UTF-8' => 'Svenska', | ||||
|     'nl_NL.UTF-8' => 'Nederlands' | ||||
|     'nl_NL.UTF-8' => 'Nederlands', | ||||
|     'zh_CN.UTF-8' => 'Chinese simplified' | ||||
|   ); | ||||
|  | ||||
|   // hostname | ||||
|   | ||||
		Reference in New Issue
	
	Block a user