Skip to content

Commit

Permalink
Add translation context
Browse files Browse the repository at this point in the history
Add translation context so that users can translate this string.
  • Loading branch information
nunomorgadinho committed May 12, 2014
1 parent 865c0d2 commit ebb7255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveblog.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ public static function enqueue_scripts() {
wp_localize_script( 'moment', 'momentLang', array(
'locale' => get_locale(),
'relativeTime' => array(
'past' => __( '%s ago' ),
'past' => __( '%s ago', 'liveblog' ),
's' => __( 'a few seconds', 'liveblog' ),
'm' => __( 'a minute', 'liveblog' ),
'mm' => __( '%d minutes', 'liveblog' ),
Expand Down

0 comments on commit ebb7255

Please sign in to comment.