Update to v 0.92
This commit is contained in:
		
							
								
								
									
										4
									
								
								cbsi.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								cbsi.c
									
									
									
									
									
								
							| @@ -455,8 +455,8 @@ int parseCommandLine(int argc, char *argv[]) { | ||||
|  | ||||
| void prepareDictionary() { | ||||
| 	translations = 0; | ||||
| 	if(getenv("WEBUI_LANGUAGE") != NULL) { | ||||
| 		language = strdup(getenv("WEBUI_LANGUAGE")); | ||||
| 	if(getenv("WWW_LANGUAGE") != NULL) { | ||||
| 		language = strdup(getenv("WWW_LANGUAGE")); | ||||
| 		if(global.translation != NULL) { | ||||
| 			loadDictionary(global.translation); | ||||
| 		} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user