@everymatrix/helper-filters 1.24.7 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  const DEFAULT_LANGUAGE = 'en';
2
- const SUPPORTED_LANGUAGES = ['ro', 'en'];
2
+ const SUPPORTED_LANGUAGES = ['ro', 'en', 'hr'];
3
3
  const TRANSLATIONS = {
4
4
  en: {
5
5
  filterOpen: 'Filter',
@@ -50,6 +50,19 @@ const TRANSLATIONS = {
50
50
  filterFromCalendar: 'From',
51
51
  filterToCalendar: 'To',
52
52
  filterOrDate: 'or search by date'
53
+ },
54
+ hr: {
55
+ filterOpen: 'Filter',
56
+ filterClear: 'Očisti',
57
+ filterModalTicketTitle: 'Rezultati listića',
58
+ filterModalDrawTitle: 'Povijest rezultata Izvlačenja',
59
+ filterTicketPlaceholder: 'Pretraga ID listića',
60
+ filterDrawPlaceholder: 'Pretraga ID izvlačenja',
61
+ filterDateRangePlaceholder: 'Raspon datuma',
62
+ filterModalButton: 'Traži',
63
+ filterFromCalendar: 'Od',
64
+ filterToCalendar: 'Do',
65
+ filterOrDate: 'ili tražite po datumu'
53
66
  }
54
67
  };
55
68
  export const translate = (key, customLang) => {