Skip to content

Commit 6a74739

Browse files
authored
Merge pull request #601 from ProgressPlanner/filip/v19/remove-unused-js-localization
Remove unused JS localization
2 parents 1e54937 + 0b01474 commit 6a74739

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

classes/admin/class-enqueue.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,14 +368,6 @@ public function get_localized_strings() {
368368
/* translators: %s: The task content. */
369369
'taskDelete' => \esc_html__( "Delete task '%s'", 'progress-planner' ),
370370
'delete' => \esc_html__( 'Delete', 'progress-planner' ),
371-
'taskMovedDown' => \esc_html__( 'Task moved down', 'progress-planner' ),
372-
'taskMovedUp' => \esc_html__( 'Task moved up', 'progress-planner' ),
373-
/* translators: %s: The task content. */
374-
'taskMoveDown' => \esc_html__( "Move task '%s' down", 'progress-planner' ),
375-
/* translators: %s: The task content. */
376-
'taskMoveUp' => \esc_html__( "Move task '%s' up", 'progress-planner' ),
377-
/* translators: %s: The task content. */
378-
'taskNotCompleted' => \esc_html__( "Task '%s' marked as not completed and moved to the top", 'progress-planner' ),
379371
'video' => \esc_html__( 'Video', 'progress-planner' ),
380372
'watchVideo' => \esc_html__( 'Watch video', 'progress-planner' ),
381373
'disabledRRCheckboxTooltip' => \esc_html__( 'Don\'t worry! This task will be checked off automatically when you\'ve completed it.', 'progress-planner' ),

0 commit comments

Comments
 (0)