export const locales = {
	ariaLabel: (index: number, length: number): string => `Note de ${index} sur ${length}.`
};
