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