igniteui-angular-i18n
Version:
IgniteUI for Angular localization resources package
10 lines (9 loc) • 345 B
JavaScript
// exported below as re-cast to create declaration type with expanded properties
const ListResourceStringsPL_ = {
igx_list_no_items: 'Na liście nie ma żadnych elementów.',
igx_list_loading: 'Ładowanie danych z serwera...'
};
/**
* Polish resource strings for IgxList
*/
export const ListResourceStringsPL = ListResourceStringsPL_;