mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	settings: Deduplicate the template code for checkboxes.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							a3ba484c99
						
					
				
				
					commit
					6a11ff5b28
				
			@@ -77,6 +77,16 @@ function setup_settings_label() {
 | 
			
		||||
        enable_digest_emails: i18n.t("Send digest emails when I'm away"),
 | 
			
		||||
        message_content_in_email_notifications: i18n.t("Include message content in missed message emails"),
 | 
			
		||||
        realm_name_in_notifications: i18n.t("Include organization name in subject of missed message emails"),
 | 
			
		||||
 | 
			
		||||
        // display settings
 | 
			
		||||
        night_mode: i18n.t("Night mode"),
 | 
			
		||||
        high_contrast_mode: i18n.t("High contrast mode"),
 | 
			
		||||
        left_side_userlist: i18n.t("User list on left sidebar in narrow windows"),
 | 
			
		||||
        twenty_four_hour_time: i18n.t("24-hour time (17:00 instead of 5:00 PM)"),
 | 
			
		||||
        translate_emoticons: i18n.t("Translate emoticons (convert <code>:)</code> to 😃 in messages)"),
 | 
			
		||||
 | 
			
		||||
        // Zulip Labs
 | 
			
		||||
        default_desktop_notifications: i18n.t("Enable desktop notifications for new streams"),
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user