소스 검색

Add translator comment.

Jeff Ong 4 년 전
부모
커밋
eb3852c6ec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      spearhead/inc/wpcom-colors.php

+ 1 - 0
spearhead/inc/wpcom-colors.php

@@ -25,6 +25,7 @@ if ( ! function_exists( 'spearhead_wpcom_customize_update' ) ) :
 				'id'          => 'darkmode_notice',
 				'label'       => esc_html__( 'Dark Mode', 'spearhead' ),
 				'description' => sprintf(
+					/* translators: %s: link to how to support system display modes */
 					__( "This theme will automatically display a dark color palette for users who have dark mode enabled on their devices. The preview here will only reflect the light mode. <a href='%s' target='_blank'>Learn more about dark mode</a>.", 'spearhead' ),
 					esc_url( 'https://www.a11yproject.com/posts/2020-01-23-operating-system-and-browser-accessibility-display-modes/' )
 				),