• I would like the number of comments to be spelled out, ex “two comments” vs. “2 comments”. Does anyone know of a way to set that format?

Viewing 1 replies (of 1 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    ww.wp.xz.cn Admin

    There’s no particularly easy way to do it. There’s some code over here that will convert a number to english: http://bloople.net/num2text/cnumlib.txt

    Using that, you could construct a plugin to do it. A filter on “comments_number” to find the digits and replace with text (by running it through that function) would probably work. It’s not trivial though.

Viewing 1 replies (of 1 total)

The topic ‘number format’ is closed to new replies.