UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

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