pub fn plural_s(count: usize) -> &'static str
Returns āsā if count is different than 1, otherwise empty string. Convenient for building simple plural of words.
count