flower
flower copied to clipboard
Output numbers human-friendly
Working with a large number of tasks, I'd like to have the numbers in
human-friendly (comma-seperated by thousands).
tornado.template
offers this functionality: https://www.tornadoweb.org/en/stable/locale.html#tornado.locale.Locale.friendly_number, so I suppose that could be added with little effort.