string 'null' showing up in timeago since last modify
This commit is contained in:
parent
29ebfc25ca
commit
fdb25f3450
@ -14,8 +14,8 @@ function js_strings() {
|
||||
'$passphrase' => t('Secret Passphrase'),
|
||||
'$passhint' => t('Passphrase hint'),
|
||||
|
||||
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'),
|
||||
'$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : 'null'),
|
||||
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''),
|
||||
'$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''),
|
||||
'$t03' => t('ago'),
|
||||
'$t04' => t('from now'),
|
||||
'$t05' => t('less than a minute'),
|
||||
@ -32,6 +32,5 @@ function js_strings() {
|
||||
'$t16' => t(' '), // wordSeparator
|
||||
'$t17' => ((t('timeago.numbers') != 'timeago.numbers') ? t('timeago.numbers') : '[]')
|
||||
|
||||
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user