fix sk
This commit is contained in:
		
							parent
							
								
									7dfa038c6d
								
							
						
					
					
						commit
						f012befc9d
					
				| @ -3,6 +3,7 @@ use std::ops::Deref; | ||||
| mod cn; | ||||
| mod cs; | ||||
| mod da; | ||||
| mod sk; | ||||
| mod de; | ||||
| mod en; | ||||
| mod eo; | ||||
| @ -52,6 +53,7 @@ pub fn translate_locale(name: String, locale: &str) -> String { | ||||
|         "tr" => tr::T.deref(), | ||||
|         "cs" => cs::T.deref(), | ||||
|         "da" => da::T.deref(), | ||||
|         "sk" => sk::T.deref(), | ||||
|         _ => en::T.deref(), | ||||
|     }; | ||||
|     if let Some(v) = m.get(&name as &str) { | ||||
|  | ||||
| @ -264,7 +264,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | ||||
|         ("android_start_service_tip", "Klepnite na [Spustiť službu] alebo OTVORTE oprávnenie [Zachytávanie obsahu obrazovky], aby sa aktivovala služba zdieľania obrazovky."), | ||||
|         ("Account", "Účet"), | ||||
|         ("Overwrite", "Prepísať"), | ||||
|         ("This file exists, skip or overwrite this file?", "Preskočiť alebo prepísať existujúci súbor?") | ||||
|         ("This file exists, skip or overwrite this file?", "Preskočiť alebo prepísať existujúci súbor?"), | ||||
|         ("Quit", "Ukončiť"), | ||||
|         ("doc_mac_permission", "https://rustdesk.com/docs/en/manual/mac/#enable-permissions"), | ||||
|         ("Help", "Nápoveda"), | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user