@bryntum/grid-thin-trial 7.3.3 → 7.3.5

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.
Files changed (123) hide show
  1. package/AGENTS.md +130 -0
  2. package/CLAUDE.md +130 -0
  3. package/grid.css +3 -0
  4. package/grid.css.map +2 -2
  5. package/grid.d.ts +199 -58
  6. package/lib/column/CheckColumn.js +1 -1
  7. package/lib/column/Column.js +1 -1
  8. package/lib/feature/CellEdit.js +1 -1
  9. package/lib/feature/ColumnAutoWidth.js +1 -1
  10. package/lib/feature/ColumnReorder.js +1 -1
  11. package/lib/feature/ColumnResize.css +6 -0
  12. package/lib/feature/ColumnResize.js +1 -1
  13. package/lib/feature/FillHandle.js +1 -1
  14. package/lib/feature/Filter.js +1 -1
  15. package/lib/feature/FilterBar.js +1 -1
  16. package/lib/feature/Group.js +1 -1
  17. package/lib/feature/HeaderMenu.js +1 -1
  18. package/lib/feature/RowReorder.js +1 -1
  19. package/lib/feature/StickyCells.js +1 -1
  20. package/lib/feature/TreeGroup.js +1 -1
  21. package/lib/feature/base/GridEditBase.js +1 -1
  22. package/lib/feature/experimental/ExcelExporter.js +1 -1
  23. package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -1
  24. package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -1
  25. package/lib/feature/export/PdfExport.js +4 -4
  26. package/lib/localization/Ar.js +262 -225
  27. package/lib/localization/Bg.js +262 -225
  28. package/lib/localization/Ca.js +262 -225
  29. package/lib/localization/Cs.js +262 -225
  30. package/lib/localization/Da.js +262 -225
  31. package/lib/localization/De.js +262 -225
  32. package/lib/localization/El.js +262 -225
  33. package/lib/localization/En.js +262 -225
  34. package/lib/localization/EnGb.js +262 -225
  35. package/lib/localization/Es.js +262 -225
  36. package/lib/localization/Et.js +262 -225
  37. package/lib/localization/Eu.js +262 -225
  38. package/lib/localization/Fi.js +262 -225
  39. package/lib/localization/FrFr.js +262 -225
  40. package/lib/localization/Gl.js +262 -225
  41. package/lib/localization/He.js +262 -225
  42. package/lib/localization/Hi.js +262 -225
  43. package/lib/localization/Hr.js +262 -225
  44. package/lib/localization/Hu.js +262 -225
  45. package/lib/localization/Id.js +262 -225
  46. package/lib/localization/It.js +262 -225
  47. package/lib/localization/Ja.js +262 -225
  48. package/lib/localization/Kk.js +262 -225
  49. package/lib/localization/Ko.js +262 -225
  50. package/lib/localization/Lt.js +262 -225
  51. package/lib/localization/Lv.js +262 -225
  52. package/lib/localization/Ms.js +262 -225
  53. package/lib/localization/Nl.js +262 -225
  54. package/lib/localization/No.js +262 -225
  55. package/lib/localization/Pl.js +262 -225
  56. package/lib/localization/Pt.js +262 -225
  57. package/lib/localization/PtBr.js +262 -225
  58. package/lib/localization/Ro.js +262 -225
  59. package/lib/localization/Ru.js +262 -225
  60. package/lib/localization/Sk.js +262 -225
  61. package/lib/localization/Sl.js +262 -225
  62. package/lib/localization/Sr.js +262 -225
  63. package/lib/localization/SrRs.js +262 -225
  64. package/lib/localization/SvSE.js +262 -225
  65. package/lib/localization/Th.js +262 -225
  66. package/lib/localization/Tr.js +262 -225
  67. package/lib/localization/Uk.js +262 -225
  68. package/lib/localization/Vi.js +262 -225
  69. package/lib/localization/ZhCn.js +262 -225
  70. package/lib/localization/ZhTw.js +262 -225
  71. package/lib/row/Row.js +1 -1
  72. package/lib/util/SubGridScroller.js +1 -1
  73. package/lib/view/GridBase.js +1 -1
  74. package/lib/view/SubGrid.js +1 -1
  75. package/lib/view/mixin/GridElementEvents.js +1 -1
  76. package/lib/view/mixin/GridNavigation.js +1 -1
  77. package/lib/widget/ChecklistFilterCombo.js +1 -1
  78. package/locales/grid.locale.Ar.js +1 -1
  79. package/locales/grid.locale.Bg.js +1 -1
  80. package/locales/grid.locale.Ca.js +1 -1
  81. package/locales/grid.locale.Cs.js +1 -1
  82. package/locales/grid.locale.Da.js +1 -1
  83. package/locales/grid.locale.De.js +1 -1
  84. package/locales/grid.locale.El.js +1 -1
  85. package/locales/grid.locale.En.js +1 -1
  86. package/locales/grid.locale.EnGb.js +1 -1
  87. package/locales/grid.locale.Es.js +1 -1
  88. package/locales/grid.locale.Et.js +1 -1
  89. package/locales/grid.locale.Eu.js +1 -1
  90. package/locales/grid.locale.Fi.js +1 -1
  91. package/locales/grid.locale.FrFr.js +1 -1
  92. package/locales/grid.locale.Gl.js +1 -1
  93. package/locales/grid.locale.He.js +1 -1
  94. package/locales/grid.locale.Hi.js +1 -1
  95. package/locales/grid.locale.Hr.js +1 -1
  96. package/locales/grid.locale.Hu.js +1 -1
  97. package/locales/grid.locale.Id.js +1 -1
  98. package/locales/grid.locale.It.js +1 -1
  99. package/locales/grid.locale.Ja.js +1 -1
  100. package/locales/grid.locale.Kk.js +1 -1
  101. package/locales/grid.locale.Ko.js +1 -1
  102. package/locales/grid.locale.Lt.js +1 -1
  103. package/locales/grid.locale.Lv.js +1 -1
  104. package/locales/grid.locale.Ms.js +1 -1
  105. package/locales/grid.locale.Nl.js +1 -1
  106. package/locales/grid.locale.No.js +1 -1
  107. package/locales/grid.locale.Pl.js +1 -1
  108. package/locales/grid.locale.Pt.js +1 -1
  109. package/locales/grid.locale.PtBr.js +1 -1
  110. package/locales/grid.locale.Ro.js +1 -1
  111. package/locales/grid.locale.Ru.js +1 -1
  112. package/locales/grid.locale.Sk.js +1 -1
  113. package/locales/grid.locale.Sl.js +1 -1
  114. package/locales/grid.locale.Sr.js +1 -1
  115. package/locales/grid.locale.SrRs.js +1 -1
  116. package/locales/grid.locale.SvSE.js +1 -1
  117. package/locales/grid.locale.Th.js +1 -1
  118. package/locales/grid.locale.Tr.js +1 -1
  119. package/locales/grid.locale.Uk.js +1 -1
  120. package/locales/grid.locale.Vi.js +1 -1
  121. package/locales/grid.locale.ZhCn.js +1 -1
  122. package/locales/grid.locale.ZhTw.js +1 -1
  123. package/package.json +1 -1
@@ -1,231 +1,268 @@
1
1
  import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
2
  import '@bryntum/core-thin/lib/localization/EnGb.js';
3
+
3
4
  const emptyString = new String();
5
+
4
6
  const locale = {
5
- localeName: 'EnGb',
6
- localeDesc: 'English (GB)',
7
- localeCode: 'en-GB',
8
- localeRtl: false,
9
- ChecklistFilterCombo: {
10
- search: 'Search',
11
- selectAll: 'Select All',
12
- removeAll: 'Remove All',
13
- filtersSet: n => n === 1 ? `1 filter set` : `${n} filters set`,
14
- noItems: 'No results found',
15
- placeholder: 'Filter...',
16
- apply: 'Apply'
17
- },
18
- ColumnPicker: {
19
- column: 'Column',
20
- columnsMenu: 'Columns',
21
- hideColumn: 'Hide column',
22
- hideColumnShort: 'Hide',
23
- newColumns: 'New columns',
24
- showName: column => `Show column${column.text ? ` ${column.text}` : ''}`,
25
- hideName: column => `Hide column${column.text ? ` ${column.text}` : ''}`
26
- },
27
- Filter: {
28
- applyFilter: 'Apply filter',
29
- filter: 'Filter',
30
- editFilter: 'Edit filter',
31
- on: 'On',
32
- before: 'Before',
33
- after: 'After',
34
- equals: 'Equals',
35
- lessThan: 'Less than',
36
- moreThan: 'More than',
37
- removeFilter: 'Remove filter',
38
- disableFilter: 'Disable filter'
39
- },
40
- FilterBar: {
41
- enableFilterBar: 'Show filter bar',
42
- disableFilterBar: 'Hide filter bar'
43
- },
44
- Group: {
45
- group: 'Group',
46
- groupAscending: 'Group ascending',
47
- groupDescending: 'Group descending',
48
- groupAscendingShort: 'Ascending',
49
- groupDescendingShort: 'Descending',
50
- stopGrouping: 'Stop grouping',
51
- stopGroupingShort: 'Stop'
52
- },
53
- HeaderMenu: {
54
- moveBefore: text => `Move before "${text}"`,
55
- moveAfter: text => `Move after "${text}"`,
56
- collapseColumn: 'Collapse column',
57
- expandColumn: 'Expand column'
58
- },
59
- ColumnRename: {
60
- rename: 'Rename'
61
- },
62
- MergeCells: {
63
- mergeCells: 'Merge cells',
64
- menuTooltip: 'Merge cells with same value when sorted by this column'
65
- },
66
- Search: {
67
- searchForValue: 'Search for value'
68
- },
69
- Sort: {
70
- sort: 'Sort',
71
- sortAscending: 'Sort ascending',
72
- sortDescending: 'Sort descending',
73
- multiSort: 'Multi sort',
74
- removeSorter: 'Remove sorter',
75
- addSortAscending: 'Add ascending sorter',
76
- addSortDescending: 'Add descending sorter',
77
- toggleSortAscending: 'Change to ascending',
78
- toggleSortDescending: 'Change to descending',
79
- sortAscendingShort: 'Ascending',
80
- sortDescendingShort: 'Descending',
81
- removeSorterShort: 'Remove',
82
- addSortAscendingShort: '+ Ascending',
83
- addSortDescendingShort: '+ Descending'
84
- },
85
- Split: {
86
- split: 'Split',
87
- unsplit: 'Unsplit',
88
- horizontally: 'Horizontally',
89
- vertically: 'Vertically',
90
- both: 'Both'
91
- },
92
- LockRows: {
93
- lockRow: 'Lock row',
94
- unlockRow: 'Unlock row'
95
- },
96
- ActionColumn: {
97
- rowActions: 'Row actions'
98
- },
99
- Column: {
100
- columnLabel: column => `${column.text ? `${column.text} column. ` : ''}SPACE for context menu${column.canSort ? ', ENTER to sort' : ''}`,
101
- cellLabel: emptyString
102
- },
103
- WidgetColumn: {
104
- rowWidgets: 'Row widgets'
105
- },
106
- Checkbox: {
107
- toggleRowSelect: 'Toggle row selection',
108
- toggleSelection: 'Toggle selection of entire dataset',
109
- toggleName: column => `Toggle ${column.text || 'value'}`
110
- },
111
- RatingColumn: {
112
- cellLabel: column => {
113
- var _column$location;
114
- return `${column.text ? column.text : ''} ${(_column$location = column.location) !== null && _column$location !== void 0 && _column$location.record ? `rating : ${column.location.record.get(column.field) || 0}` : ''}`;
7
+
8
+ localeName : 'EnGb',
9
+ localeDesc : 'English (GB)',
10
+ localeCode : 'en-GB',
11
+ localeRtl : false,
12
+
13
+ ChecklistFilterCombo : {
14
+ search : 'Search',
15
+ selectAll : 'Select All',
16
+ removeAll : 'Remove All',
17
+ filtersSet : n => n === 1 ? `1 filter set` : `${n} filters set`,
18
+ noItems : 'No results found',
19
+ placeholder : 'Filter...',
20
+ apply : 'Apply'
21
+ },
22
+
23
+ ColumnPicker : {
24
+ column : 'Column',
25
+ columnsMenu : 'Columns',
26
+ hideColumn : 'Hide column',
27
+ hideColumnShort : 'Hide',
28
+ newColumns : 'New columns',
29
+ showName : column => `Show column${column.text ? ` ${column.text}` : ''}`,
30
+ hideName : column => `Hide column${column.text ? ` ${column.text}` : ''}`
31
+ },
32
+
33
+ Filter : {
34
+ applyFilter : 'Apply filter',
35
+ filter : 'Filter',
36
+ editFilter : 'Edit filter',
37
+ on : 'On',
38
+ before : 'Before',
39
+ after : 'After',
40
+ equals : 'Equals',
41
+ lessThan : 'Less than',
42
+ moreThan : 'More than',
43
+ removeFilter : 'Remove filter',
44
+ disableFilter : 'Disable filter'
45
+ },
46
+
47
+ FilterBar : {
48
+ enableFilterBar : 'Show filter bar',
49
+ disableFilterBar : 'Hide filter bar'
50
+ },
51
+
52
+ Group : {
53
+ group : 'Group',
54
+ groupAscending : 'Group ascending',
55
+ groupDescending : 'Group descending',
56
+ groupAscendingShort : 'Ascending',
57
+ groupDescendingShort : 'Descending',
58
+ stopGrouping : 'Stop grouping',
59
+ stopGroupingShort : 'Stop'
60
+ },
61
+
62
+ HeaderMenu : {
63
+ moveBefore : text => `Move before "${text}"`,
64
+ moveAfter : text => `Move after "${text}"`,
65
+ collapseColumn : 'Collapse column',
66
+ expandColumn : 'Expand column'
67
+ },
68
+
69
+ ColumnRename : {
70
+ rename : 'Rename'
71
+ },
72
+
73
+ ColumnResize : {
74
+ resizeColumn : 'Resize column',
75
+ width : 'Width',
76
+ fitToData : 'Fit to data'
77
+ },
78
+
79
+ MergeCells : {
80
+ mergeCells : 'Merge cells',
81
+ menuTooltip : 'Merge cells with same value when sorted by this column'
82
+ },
83
+
84
+ Search : {
85
+ searchForValue : 'Search for value'
86
+ },
87
+
88
+ Sort : {
89
+ sort : 'Sort',
90
+ sortAscending : 'Sort ascending',
91
+ sortDescending : 'Sort descending',
92
+ multiSort : 'Multi sort',
93
+ removeSorter : 'Remove sorter',
94
+ addSortAscending : 'Add ascending sorter',
95
+ addSortDescending : 'Add descending sorter',
96
+ toggleSortAscending : 'Change to ascending',
97
+ toggleSortDescending : 'Change to descending',
98
+ sortAscendingShort : 'Ascending',
99
+ sortDescendingShort : 'Descending',
100
+ removeSorterShort : 'Remove',
101
+ addSortAscendingShort : '+ Ascending',
102
+ addSortDescendingShort : '+ Descending'
103
+ },
104
+
105
+ Split : {
106
+ split : 'Split',
107
+ unsplit : 'Unsplit',
108
+ horizontally : 'Horizontally',
109
+ vertically : 'Vertically',
110
+ both : 'Both'
111
+ },
112
+
113
+ LockRows : {
114
+ lockRow : 'Lock row',
115
+ unlockRow : 'Unlock row'
116
+ },
117
+
118
+ ActionColumn : {
119
+ rowActions : 'Row actions'
120
+ },
121
+
122
+ Column : {
123
+ columnLabel : column => `${column.text ? `${column.text} column. ` : ''}SPACE for context menu${column.canSort ? ', ENTER to sort' : ''}`,
124
+ cellLabel : emptyString
125
+ },
126
+
127
+ WidgetColumn : {
128
+ rowWidgets : 'Row widgets'
129
+ },
130
+
131
+ Checkbox : {
132
+ toggleRowSelect : 'Toggle row selection',
133
+ toggleSelection : 'Toggle selection of entire dataset',
134
+ toggleName : column => `Toggle ${column.text || 'value'}`
135
+ },
136
+
137
+ RatingColumn : {
138
+ cellLabel : column => `${column.text ? column.text : ''} ${column.location?.record ? `rating : ${column.location.record.get(column.field) || 0}` : ''}`
139
+ },
140
+
141
+ RowNumberColumn : {
142
+ rowNumber : 'Row number'
143
+ },
144
+
145
+ GridBase : {
146
+ loadFailedMessage : 'Data loading failed!',
147
+ syncFailedMessage : 'Data synchronisation failed!',
148
+ unspecifiedFailure : 'Unspecified failure',
149
+ networkFailure : 'Network error',
150
+ parseFailure : 'Failed to parse server response',
151
+ serverResponse : 'Server response:',
152
+ noRows : 'No records to display',
153
+ moveColumnLeft : 'Move to left section',
154
+ moveColumnRight : 'Move to right section',
155
+ moveColumnTo : region => `Move column to ${region}`,
156
+ filteredRecords : n => n ? (n === 1 ? `1 row matches filter` : `${n} rows match filter`) : 'No rows match filter'
157
+ },
158
+
159
+ CellMenu : {
160
+ removeRow : 'Delete'
161
+ },
162
+
163
+ RowCopyPaste : {
164
+ copyRecord : 'Copy',
165
+ cutRecord : 'Cut',
166
+ pasteRecord : 'Paste',
167
+ rows : 'rows',
168
+ row : 'row'
169
+ },
170
+
171
+ CellCopyPaste : {
172
+ copy : 'Copy',
173
+ cut : 'Cut',
174
+ paste : 'Paste'
175
+ },
176
+
177
+ Charts : {
178
+ chartDesigner : 'Chart Designer',
179
+ newChart : 'New Chart',
180
+ download : 'Download',
181
+ settings : 'Settings'
182
+ },
183
+
184
+ PdfExport : {
185
+ 'Waiting for response from server' : 'Waiting for response from server...',
186
+ 'Export failed' : 'Export failed',
187
+ 'Server error' : 'Server error',
188
+ 'Generating pages' : 'Generating pages...',
189
+ 'Click to abort' : 'Cancel'
190
+ },
191
+
192
+ ExportDialog : {
193
+ width : '40em',
194
+ labelWidth : '12em',
195
+ exportSettings : 'Export settings',
196
+ export : 'Export',
197
+ printSettings : 'Print settings',
198
+ print : 'Print',
199
+ exporterType : 'Control pagination',
200
+ cancel : 'Cancel',
201
+ fileFormat : 'File format',
202
+ rows : 'Rows',
203
+ alignRows : 'Align rows',
204
+ columns : 'Columns',
205
+ paperFormat : 'Paper format',
206
+ orientation : 'Orientation',
207
+ repeatHeader : 'Repeat header'
208
+ },
209
+
210
+ ExportRowsCombo : {
211
+ all : 'All rows',
212
+ visible : 'Visible rows'
213
+ },
214
+
215
+ ExportOrientationCombo : {
216
+ portrait : 'Portrait',
217
+ landscape : 'Landscape'
218
+ },
219
+
220
+ SinglePageExporter : {
221
+ singlepage : 'Single page'
222
+ },
223
+
224
+ SinglePageUnscaledExporter : {
225
+ singlepageunscaled : 'Single page (unscaled)'
226
+ },
227
+
228
+ MultiPageExporter : {
229
+ multipage : 'Multiple pages',
230
+ exportingPage : ({ currentPage, totalPages }) => `Exporting page ${currentPage}/${totalPages}`
231
+ },
232
+
233
+ MultiPageVerticalExporter : {
234
+ multipagevertical : 'Multiple pages (vertical)',
235
+ exportingPage : ({ currentPage, totalPages }) => `Exporting page ${currentPage}/${totalPages}`
236
+ },
237
+
238
+ RowExpander : {
239
+ loading : 'Loading',
240
+ expand : 'Expand',
241
+ collapse : 'Collapse',
242
+ columnDescription : 'Toggle row details',
243
+ expandedRowContent : 'Expanded row content'
244
+ },
245
+
246
+ TreeGroup : {
247
+ group : 'Group by',
248
+ stopGrouping : 'Stop grouping',
249
+ stopGroupingThisColumn : 'Ungroup column'
250
+ },
251
+
252
+ AIFilter : {
253
+ unsuccessfulFilterMessage : 'Filter operation unsuccessful, please try again'
254
+ },
255
+
256
+ AIFilterField : {
257
+ progressText : 'Filtering'
258
+ },
259
+
260
+ PinColumns : {
261
+ pinColumn : 'Pin column',
262
+ unpin : 'No pin',
263
+ pinToStart : 'Pin to start',
264
+ pinToEnd : 'Pin to end'
115
265
  }
116
- },
117
- RowNumberColumn: {
118
- rowNumber: 'Row number'
119
- },
120
- GridBase: {
121
- loadFailedMessage: 'Data loading failed!',
122
- syncFailedMessage: 'Data synchronisation failed!',
123
- unspecifiedFailure: 'Unspecified failure',
124
- networkFailure: 'Network error',
125
- parseFailure: 'Failed to parse server response',
126
- serverResponse: 'Server response:',
127
- noRows: 'No records to display',
128
- moveColumnLeft: 'Move to left section',
129
- moveColumnRight: 'Move to right section',
130
- moveColumnTo: region => `Move column to ${region}`,
131
- filteredRecords: n => n ? n === 1 ? `1 row matches filter` : `${n} rows match filter` : 'No rows match filter'
132
- },
133
- CellMenu: {
134
- removeRow: 'Delete'
135
- },
136
- RowCopyPaste: {
137
- copyRecord: 'Copy',
138
- cutRecord: 'Cut',
139
- pasteRecord: 'Paste',
140
- rows: 'rows',
141
- row: 'row'
142
- },
143
- CellCopyPaste: {
144
- copy: 'Copy',
145
- cut: 'Cut',
146
- paste: 'Paste'
147
- },
148
- Charts: {
149
- chartDesigner: 'Chart Designer',
150
- newChart: 'New Chart',
151
- download: 'Download',
152
- settings: 'Settings'
153
- },
154
- PdfExport: {
155
- 'Waiting for response from server': 'Waiting for response from server...',
156
- 'Export failed': 'Export failed',
157
- 'Server error': 'Server error',
158
- 'Generating pages': 'Generating pages...',
159
- 'Click to abort': 'Cancel'
160
- },
161
- ExportDialog: {
162
- width: '40em',
163
- labelWidth: '12em',
164
- exportSettings: 'Export settings',
165
- export: 'Export',
166
- printSettings: 'Print settings',
167
- print: 'Print',
168
- exporterType: 'Control pagination',
169
- cancel: 'Cancel',
170
- fileFormat: 'File format',
171
- rows: 'Rows',
172
- alignRows: 'Align rows',
173
- columns: 'Columns',
174
- paperFormat: 'Paper format',
175
- orientation: 'Orientation',
176
- repeatHeader: 'Repeat header'
177
- },
178
- ExportRowsCombo: {
179
- all: 'All rows',
180
- visible: 'Visible rows'
181
- },
182
- ExportOrientationCombo: {
183
- portrait: 'Portrait',
184
- landscape: 'Landscape'
185
- },
186
- SinglePageExporter: {
187
- singlepage: 'Single page'
188
- },
189
- SinglePageUnscaledExporter: {
190
- singlepageunscaled: 'Single page (unscaled)'
191
- },
192
- MultiPageExporter: {
193
- multipage: 'Multiple pages',
194
- exportingPage: ({
195
- currentPage,
196
- totalPages
197
- }) => `Exporting page ${currentPage}/${totalPages}`
198
- },
199
- MultiPageVerticalExporter: {
200
- multipagevertical: 'Multiple pages (vertical)',
201
- exportingPage: ({
202
- currentPage,
203
- totalPages
204
- }) => `Exporting page ${currentPage}/${totalPages}`
205
- },
206
- RowExpander: {
207
- loading: 'Loading',
208
- expand: 'Expand',
209
- collapse: 'Collapse',
210
- columnDescription: 'Toggle row details',
211
- expandedRowContent: 'Expanded row content'
212
- },
213
- TreeGroup: {
214
- group: 'Group by',
215
- stopGrouping: 'Stop grouping',
216
- stopGroupingThisColumn: 'Ungroup column'
217
- },
218
- AIFilter: {
219
- unsuccessfulFilterMessage: 'Filter operation unsuccessful, please try again'
220
- },
221
- AIFilterField: {
222
- progressText: 'Filtering'
223
- },
224
- PinColumns: {
225
- pinColumn: 'Pin column',
226
- unpin: 'No pin',
227
- pinToStart: 'Pin to start',
228
- pinToEnd: 'Pin to end'
229
- }
230
266
  };
231
- export default LocaleHelper.publishLocale(locale);
267
+
268
+ export default LocaleHelper.publishLocale(locale);