UNPKG

prodap-lore-locale

Version:

Package used to carry out the internationalization of Lore

18 lines (17 loc) 350 B
export declare const translations: { locale: string; name: string; data: ({ key: string; value: string; isDuplicated?: undefined; } | { key: string; value: string; isDuplicated: boolean; } | { key: string; value: string; isDuplicated: string; })[]; }[];