export const locales = {
	badgeLabel: (count: number): string => `${count} filtre${count > 1 ? 's' : ''}`
};
