Skip to content

Commit 9f3b51d

Browse files
chore: add translator comments
1 parent 51f2989 commit 9f3b51d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inc/admin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,9 @@ private function get_dashboard_strings() {
17511751
'metricsSubtitle4' => __( 'This month', 'optimole-wp' ),
17521752
'metricsTitle5' => __( 'Offloaded images', 'optimole-wp' ),
17531753
'metricsSubtitle5' => __( 'Offloaded to cloud', 'optimole-wp' ),
1754+
// translators: is used as singular when the number of images is 1 for a unit label.
17541755
'image' => __( 'image', 'optimole-wp' ),
1756+
// translators: is used as plural when the number of images is more than 1 for a unit label.
17551757
'images' => __( 'images', 'optimole-wp' ),
17561758
'view_analytics' => __( 'View Analytics', 'optimole-wp' ),
17571759
'adjust_compression' => __( 'Adjust Compression', 'optimole-wp' ),

0 commit comments

Comments
 (0)