我在 POEdit 的源关键字中设置了这个:
_
__
_e
_ex
_n
esc_attr_e
_x
_nc
它有效,但是当我使用_n()
函数(二十一主题)时,我只得到第一个字符串:
<?php printf(_n('One Comment', '%s Comments', get_comments_number(), 'twentyeleven'), number_format_i18n(get_comments_number())); ?>
任何想法如何让它识别_n()
?这正是我遇到的问题,但没有解决方案:http ://www.poedit.net/trac/ticket/307