export const locales = { info: 'Info', buttonLabel: (icon: string) => `Bouton ${icon}`, buttonWithLabel: (label: string, icon: string) => `${label} - bouton ${icon}`, infoWithLabel: (label: string) => `${label} - info`, }