We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b9a6b commit bcc0e46Copy full SHA for bcc0e46
ableplayer.php.html
@@ -468,10 +468,10 @@
468
469
$tracks = array();
470
$kinds = array(
471
- 'captions' => __( 'Captions', 'ableplayer' ),
472
- 'subtitles' => __( 'Subtitles', 'ableplayer' ),
473
- 'description' => __( 'Audio Description', 'ableplayer' ),
474
- 'chapters' => __( 'Chapters', 'ableplayer' ),
+ 'captions' => __( 'Captions', 'ableplayer' ),
+ 'subtitles' => __( 'Subtitles', 'ableplayer' ),
+ 'descriptions' => __( 'Audio Description', 'ableplayer' ),
+ 'chapters' => __( 'Chapters', 'ableplayer' ),
475
);
476
// Switch locale to BCP47 syntax.
477
$default_lang = str_replace( '_', '-', get_locale() );
0 commit comments