// Re-exporting so we don't have to update one meeeeellion files that are already importing these // functions from here. export { pluralize, addPlural, grammaticallyJoin, } from '@/react/common/string-utils';