这个脚本的主题是我在文章中购买的输出“3天前于2019年2月21日发布”。但是,我无法翻译“%s ago”,其中包括分钟、小时、天等变量。仅翻译这些变量的最佳方法是什么?
<?php esc_html_e( \'Published\', \'enews\' ); ?>
<?php printf(esc_html__( \'%s ago\', \'enews\' ), human_time_diff( get_the_time( \'U\' ), current_time( \'timestamp\' ) ) );?>
<?php esc_html_e( \'on\', \'enews\' ); ?><time itemprop="datePublished" datetime="<?php the_time(\'Y-m-d\'); ?>">
<?php the_time(get_option(\'date_format\')); ?></time>