Results count format.
String resultsCount(int count) => Intl.message( '$count results', name: 'resultsCount', args: [count], desc: 'Number of search results', locale: locale.toString(), );