get strings()

in libs/fabric/src/lib/components/calendar/directives/calendar-strings-directive.component.ts [28:44]


  get strings(): ICalendarStrings {
    return {
      months: this.months,
      shortMonths: this.shortMonths,
      days: this.days,
      shortDays: this.shortDays,
      goToToday: this.goToToday,
      prevMonthAriaLabel: this.prevMonthAriaLabel,
      nextMonthAriaLabel: this.nextMonthAriaLabel,
      prevYearAriaLabel: this.prevYearAriaLabel,
      nextYearAriaLabel: this.nextYearAriaLabel,
      prevYearRangeAriaLabel: this.prevYearRangeAriaLabel,
      nextYearRangeAriaLabel: this.nextYearRangeAriaLabel,
      closeButtonAriaLabel: this.closeButtonAriaLabel,
      weekNumberFormatString: this.weekNumberFormatString
    }
  }