export const locales = {
	rowText: (text: string, plural: boolean): string => `${text}${plural ? 's' : ''}`,
	search: 'Rechercher',
	defaultRowText: 'ligne',
	addBtnLabel: 'Ajouter'
};
