igniteui-angular-i18n
Version:
IgniteUI for Angular localization resources package
20 lines (19 loc) • 1.71 kB
JavaScript
import { GridResourceStringsKO } from './grid-resources';
import { TimePickerResourceStringsKO } from './time-picker-resources';
import { PaginatorResourceStringsKO } from './paginator-resources';
import { DateRangePickerResourceStringsKO } from './date-range-picker-resources';
import { DatePickerResourceStringsKO } from './date-picker-resources';
import { CarouselResourceStringsKO } from './carousel-resources';
import { ListResourceStringsKO } from './list-resources';
import { CalendarResourceStringsKO } from './calendar-resources';
import { TreeResourceStringsKO } from './tree-resources';
import { InputResourceStringsKO } from './input-resources';
import { ChipResourceStringsKO } from './chip-resources';
import { ComboResourceStringsKO } from './combo-resources';
import { BannerResourceStringsKO } from './banner-resources';
import { ActionStripResourceStringsKO } from './action-strip-resources';
import { QueryBuilderResourceStringsKO } from './query-builder-resources';
/**
* Korean resource strings for all components
*/
export const IgxResourceStringsKO = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, GridResourceStringsKO), PaginatorResourceStringsKO), TimePickerResourceStringsKO), DatePickerResourceStringsKO), DateRangePickerResourceStringsKO), CarouselResourceStringsKO), ListResourceStringsKO), CalendarResourceStringsKO), TreeResourceStringsKO), InputResourceStringsKO), ChipResourceStringsKO), ComboResourceStringsKO), QueryBuilderResourceStringsKO), BannerResourceStringsKO), ActionStripResourceStringsKO);