@bryntum/grid-thin-trial 7.3.2 → 7.3.4

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 (64) hide show
  1. package/AGENTS.md +130 -0
  2. package/CLAUDE.md +130 -0
  3. package/grid.d.ts +117 -79
  4. package/lib/column/Column.js +1 -1
  5. package/lib/feature/ColumnAutoWidth.js +1 -1
  6. package/lib/feature/Filter.js +1 -1
  7. package/lib/feature/FilterBar.js +1 -1
  8. package/lib/feature/StickyCells.js +1 -1
  9. package/lib/feature/experimental/ExcelExporter.js +1 -1
  10. package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -1
  11. package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -1
  12. package/lib/feature/export/PdfExport.js +4 -4
  13. package/lib/feature/export/exporter/ExporterBase.js +6 -6
  14. package/lib/localization/Ar.js +256 -225
  15. package/lib/localization/Bg.js +256 -225
  16. package/lib/localization/Ca.js +256 -225
  17. package/lib/localization/Cs.js +256 -225
  18. package/lib/localization/Da.js +256 -225
  19. package/lib/localization/De.js +256 -225
  20. package/lib/localization/El.js +256 -225
  21. package/lib/localization/En.js +256 -225
  22. package/lib/localization/EnGb.js +256 -225
  23. package/lib/localization/Es.js +256 -225
  24. package/lib/localization/Et.js +256 -225
  25. package/lib/localization/Eu.js +256 -225
  26. package/lib/localization/Fi.js +256 -225
  27. package/lib/localization/FrFr.js +256 -225
  28. package/lib/localization/Gl.js +256 -225
  29. package/lib/localization/He.js +256 -225
  30. package/lib/localization/Hi.js +256 -225
  31. package/lib/localization/Hr.js +256 -225
  32. package/lib/localization/Hu.js +256 -225
  33. package/lib/localization/Id.js +256 -225
  34. package/lib/localization/It.js +256 -225
  35. package/lib/localization/Ja.js +256 -225
  36. package/lib/localization/Kk.js +256 -225
  37. package/lib/localization/Ko.js +256 -225
  38. package/lib/localization/Lt.js +256 -225
  39. package/lib/localization/Lv.js +256 -225
  40. package/lib/localization/Ms.js +256 -225
  41. package/lib/localization/Nl.js +256 -225
  42. package/lib/localization/No.js +256 -225
  43. package/lib/localization/Pl.js +256 -225
  44. package/lib/localization/Pt.js +256 -225
  45. package/lib/localization/PtBr.js +256 -225
  46. package/lib/localization/Ro.js +256 -225
  47. package/lib/localization/Ru.js +256 -225
  48. package/lib/localization/Sk.js +256 -225
  49. package/lib/localization/Sl.js +256 -225
  50. package/lib/localization/Sr.js +256 -225
  51. package/lib/localization/SrRs.js +256 -225
  52. package/lib/localization/SvSE.js +256 -225
  53. package/lib/localization/Th.js +256 -225
  54. package/lib/localization/Tr.js +256 -225
  55. package/lib/localization/Uk.js +256 -225
  56. package/lib/localization/Vi.js +256 -225
  57. package/lib/localization/ZhCn.js +256 -225
  58. package/lib/localization/ZhTw.js +256 -225
  59. package/lib/view/Grid.js +1 -1
  60. package/lib/view/GridBase.js +1 -1
  61. package/lib/view/export/ExportDialog.js +1 -1
  62. package/lib/view/mixin/GridElementEvents.js +1 -1
  63. package/lib/widget/ChecklistFilterCombo.js +1 -1
  64. package/package.json +1 -1
@@ -1,231 +1,262 @@
1
1
  import LocaleHelper from '@bryntum/core-thin/lib/localization/LocaleHelper.js';
2
2
  import '@bryntum/core-thin/lib/localization/Tr.js';
3
+
3
4
  const emptyString = new String();
5
+
4
6
  const locale = {
5
- localeName: 'Tr',
6
- localeDesc: 'Türkçe',
7
- localeCode: 'tr',
8
- localeRtl: false,
9
- ChecklistFilterCombo: {
10
- search: 'Ara',
11
- selectAll: 'Tümünü Seç',
12
- removeAll: 'Tümünü Kaldır',
13
- filtersSet: n => n === 1 ? `1 filtre ayarlandı` : `${n} filtre ayarlandı`,
14
- noItems: 'Sonuç bulunamadı',
15
- placeholder: 'Filtre...',
16
- apply: 'Uygula'
17
- },
18
- ColumnPicker: {
19
- column: 'Sütun',
20
- columnsMenu: 'Sütun menüsü',
21
- hideColumn: 'Sütunu gizle',
22
- hideColumnShort: 'Gizle',
23
- newColumns: 'Yeni sütunlar',
24
- showName: column => `Sütunu göster${column.text ? ` ${column.text}` : ''}`,
25
- hideName: column => `Sütunu gizle${column.text ? ` ${column.text}` : ''}`
26
- },
27
- Filter: {
28
- applyFilter: 'Filtre uygula',
29
- filter: 'Filtre',
30
- editFilter: 'Filtre düzenle',
31
- on: 'Açık',
32
- before: 'Önce',
33
- after: 'Sonra',
34
- equals: 'Eşittir',
35
- lessThan: 'den az',
36
- moreThan: 'den çok',
37
- removeFilter: 'Filtreyi kaldır',
38
- disableFilter: 'Filtreyi devre dışı bırak'
39
- },
40
- FilterBar: {
41
- enableFilterBar: 'Filtre çubuğunu göster',
42
- disableFilterBar: 'Filtre çubuğunu gizle'
43
- },
44
- Group: {
45
- group: 'Gruplandır',
46
- groupAscending: 'Küçükten büyüğe doğru gruplandır',
47
- groupDescending: 'Büyükten küçüğe doğru gruplandır',
48
- groupAscendingShort: 'Küçükten büyüğe',
49
- groupDescendingShort: 'Büyükten küçüğe ',
50
- stopGrouping: 'Gruplandırmayı durdur',
51
- stopGroupingShort: 'Durdur'
52
- },
53
- HeaderMenu: {
54
- moveBefore: text => `Önce taşı "${text}"`,
55
- moveAfter: text => `Sonra taşı "${text}"`,
56
- collapseColumn: 'Sütunu daralt',
57
- expandColumn: 'Sütunu genişlet'
58
- },
59
- ColumnRename: {
60
- rename: 'Yeniden adlandır'
61
- },
62
- MergeCells: {
63
- mergeCells: 'Hücreleri birleştir',
64
- menuTooltip: 'Bu sütuna göre sıralandığında aynı değere sahip hücreleri birleştir'
65
- },
66
- Search: {
67
- searchForValue: 'Değer ara'
68
- },
69
- Sort: {
70
- sort: 'Sırala',
71
- sortAscending: 'Küçükten büyüğe doğru sırala',
72
- sortDescending: 'Büyükten küçüğe doğru sırala',
73
- multiSort: 'Çoklu sırala',
74
- removeSorter: 'Sıralayıcıyı kaldır',
75
- addSortAscending: 'Küçükten büyüğe doğru sıralayıcı ekle',
76
- addSortDescending: 'Büyükten küçüğe doğru sıralayıcı ekle',
77
- toggleSortAscending: 'Küçükten büyüğe doğru değiştir',
78
- toggleSortDescending: 'Büyükten küçüğe doğru değiştir',
79
- sortAscendingShort: 'Küçükten büyüğe',
80
- sortDescendingShort: 'Büyükten küçüğe',
81
- removeSorterShort: 'Kaldır',
82
- addSortAscendingShort: '+ Küçükten büyüğe',
83
- addSortDescendingShort: '+ Büyükten küçüğe'
84
- },
85
- Split: {
86
- split: 'Bölünmüş',
87
- unsplit: 'Bölünmemiş',
88
- horizontally: 'Yatay',
89
- vertically: 'Dikey',
90
- both: 'Her İkisi'
91
- },
92
- LockRows: {
93
- lockRow: 'Satırı Kilitle',
94
- unlockRow: 'Satır Kilidini '
95
- },
96
- ActionColumn: {
97
- rowActions: 'Satır eylemleri'
98
- },
99
- Column: {
100
- columnLabel: column => `${column.text ? `${column.text} sütun. ` : ''}bağlam menüsü için SPACE’a dokunun${column.canSort ? `, sıralamak için ENTER’a bas` : ''}`,
101
- cellLabel: emptyString
102
- },
103
- WidgetColumn: {
104
- rowWidgets: 'Satır bileşenleri'
105
- },
106
- Checkbox: {
107
- toggleRowSelect: 'Satır seçimini değiştir',
108
- toggleSelection: 'Tüm veri kümesinin seçimini değiştir',
109
- toggleName: column => `Değiştir ${column.text || 'değer'}`
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 ? `değerlendirme : ${column.location.record.get(column.field) || 0}` : ''}`;
7
+
8
+ localeName : 'Tr',
9
+ localeDesc : 'Türkçe',
10
+ localeCode : 'tr',
11
+ localeRtl : false,
12
+
13
+ ChecklistFilterCombo : {
14
+ search : 'Ara',
15
+ selectAll : 'Tümünü Seç',
16
+ removeAll : 'Tümünü Kaldır',
17
+ filtersSet : n => n === 1 ? `1 filtre ayarlandı` : `${n} filtre ayarlandı`,
18
+ noItems : 'Sonuç bulunamadı',
19
+ placeholder : 'Filtre...',
20
+ apply : 'Uygula'
21
+ },
22
+
23
+ ColumnPicker : {
24
+ column : 'Sütun',
25
+ columnsMenu : 'Sütun menüsü',
26
+ hideColumn : 'Sütunu gizle',
27
+ hideColumnShort : 'Gizle',
28
+ newColumns : 'Yeni sütunlar',
29
+ showName : column => `Sütunu göster${column.text ? ` ${column.text}` : ''}`,
30
+ hideName : column => `Sütunu gizle${column.text ? ` ${column.text}` : ''}`
31
+ },
32
+
33
+ Filter : {
34
+ applyFilter : 'Filtre uygula',
35
+ filter : 'Filtre',
36
+ editFilter : 'Filtre düzenle',
37
+ on : 'Açık',
38
+ before : 'Önce',
39
+ after : 'Sonra',
40
+ equals : 'Eşittir',
41
+ lessThan : 'den az',
42
+ moreThan : 'den çok',
43
+ removeFilter : 'Filtreyi kaldır',
44
+ disableFilter : 'Filtreyi devre dışı bırak'
45
+ },
46
+
47
+ FilterBar : {
48
+ enableFilterBar : 'Filtre çubuğunu göster',
49
+ disableFilterBar : 'Filtre çubuğunu gizle'
50
+ },
51
+
52
+ Group : {
53
+ group : 'Gruplandır',
54
+ groupAscending : 'Küçükten büyüğe doğru gruplandır',
55
+ groupDescending : 'Büyükten küçüğe doğru gruplandır',
56
+ groupAscendingShort : 'Küçükten büyüğe',
57
+ groupDescendingShort : 'Büyükten küçüğe ',
58
+ stopGrouping : 'Gruplandırmayı durdur',
59
+ stopGroupingShort : 'Durdur'
60
+ },
61
+
62
+ HeaderMenu : {
63
+ moveBefore : text => `Önce taşı "${text}"`,
64
+ moveAfter : text => `Sonra taşı "${text}"`,
65
+ collapseColumn : 'Sütunu daralt',
66
+ expandColumn : 'Sütunu genişlet'
67
+ },
68
+
69
+ ColumnRename : {
70
+ rename : 'Yeniden adlandır'
71
+ },
72
+
73
+ MergeCells : {
74
+ mergeCells : 'Hücreleri birleştir',
75
+ menuTooltip : 'Bu sütuna göre sıralandığında aynı değere sahip hücreleri birleştir'
76
+ },
77
+
78
+ Search : {
79
+ searchForValue : 'Değer ara'
80
+ },
81
+
82
+ Sort : {
83
+ sort : 'Sırala',
84
+ sortAscending : 'Küçükten büyüğe doğru sırala',
85
+ sortDescending : 'Büyükten küçüğe doğru sırala',
86
+ multiSort : 'Çoklu sırala',
87
+ removeSorter : 'Sıralayıcıyı kaldır',
88
+ addSortAscending : 'Küçükten büyüğe doğru sıralayıcı ekle',
89
+ addSortDescending : 'Büyükten küçüğe doğru sıralayıcı ekle',
90
+ toggleSortAscending : 'Küçükten büyüğe doğru değiştir',
91
+ toggleSortDescending : 'Büyükten küçüğe doğru değiştir',
92
+ sortAscendingShort : 'Küçükten büyüğe',
93
+ sortDescendingShort : 'Büyükten küçüğe',
94
+ removeSorterShort : 'Kaldır',
95
+ addSortAscendingShort : '+ Küçükten büyüğe',
96
+ addSortDescendingShort : '+ Büyükten küçüğe'
97
+ },
98
+
99
+ Split : {
100
+ split : 'Bölünmüş',
101
+ unsplit : 'Bölünmemiş',
102
+ horizontally : 'Yatay',
103
+ vertically : 'Dikey',
104
+ both : 'Her İkisi'
105
+ },
106
+
107
+ LockRows : {
108
+ lockRow : 'Satırı Kilitle',
109
+ unlockRow : 'Satır Kilidini '
110
+ },
111
+
112
+ ActionColumn : {
113
+ rowActions : 'Satır eylemleri'
114
+ },
115
+
116
+ Column : {
117
+ columnLabel : column => `${column.text ? `${column.text} sütun. ` : ''}bağlam menüsü için SPACE’a dokunun${column.canSort ? `, sıralamak için ENTER’a bas` : ''}`,
118
+ cellLabel : emptyString
119
+ },
120
+
121
+ WidgetColumn : {
122
+ rowWidgets : 'Satır bileşenleri'
123
+ },
124
+
125
+ Checkbox : {
126
+ toggleRowSelect : 'Satır seçimini değiştir',
127
+ toggleSelection : 'Tüm veri kümesinin seçimini değiştir',
128
+ toggleName : column => `Değiştir ${column.text || 'değer'}`
129
+ },
130
+
131
+ RatingColumn : {
132
+ cellLabel : column => `${column.text ? column.text : ''} ${column.location?.record ? `değerlendirme : ${column.location.record.get(column.field) || 0}` : ''}`
133
+ },
134
+
135
+ RowNumberColumn : {
136
+ rowNumber : 'Satır numarası'
137
+ },
138
+
139
+ GridBase : {
140
+ loadFailedMessage : 'Veri yükleme başarısız!',
141
+ syncFailedMessage : 'Veri senkronizasyonu başarısız!',
142
+ unspecifiedFailure : 'Belirtilmemiş hata',
143
+ networkFailure : 'Ağ hatası',
144
+ parseFailure : 'Sunucu yanıtı ayrıştırma başarısız',
145
+ serverResponse : 'Sunucu yanıtı:',
146
+ noRows : 'Gösterilecek kayıt bulunamadı',
147
+ moveColumnLeft : 'Sol sütuna taşı',
148
+ moveColumnRight : 'Sağ sütuna taşı',
149
+ moveColumnTo : region => `Sütunu şuraya taşı ${region}`,
150
+ filteredRecords : n => n ? (n === 1 ? `1 satır filtreyle eşleşiyor` : `${n} satır filtreyle eşleşiyor`) : 'Hiçbir satır filtreyle eşleşmiyor'
151
+ },
152
+
153
+ CellMenu : {
154
+ removeRow : 'Satır sil'
155
+ },
156
+
157
+ RowCopyPaste : {
158
+ copyRecord : 'Kopyala',
159
+ cutRecord : 'Kes',
160
+ pasteRecord : 'Yapıştır',
161
+ rows : 'sıralar',
162
+ row : 'sıra'
163
+ },
164
+
165
+ CellCopyPaste : {
166
+ copy : 'Kopyala',
167
+ cut : 'Kes',
168
+ paste : 'Yapıştır'
169
+ },
170
+
171
+ Charts : {
172
+ chartDesigner : 'Grafik Tasarımcısı',
173
+ newChart : 'Yeni Grafik',
174
+ download : 'İndir',
175
+ settings : 'Ayarlar'
176
+ },
177
+
178
+ PdfExport : {
179
+ 'Waiting for response from server' : 'Sunucudan yanıt bekleniyor...',
180
+ 'Export failed' : 'Dışarı aktarma başarısız',
181
+ 'Server error' : 'Sunucu hatası',
182
+ 'Generating pages' : 'Sayfalar oluşturuluyor...',
183
+ 'Click to abort' : 'İptal et'
184
+ },
185
+
186
+ ExportDialog : {
187
+ width : '40em',
188
+ labelWidth : '12em',
189
+ exportSettings : 'Dışarı aktarma ayarları',
190
+ export : 'Dışarı aktar',
191
+ printSettings : 'Yazdırma Ayarları',
192
+ print : 'Yazdır',
193
+ exporterType : 'Dışarı aktarma aracı türü',
194
+ cancel : 'İptal et',
195
+ fileFormat : 'Dosya biçimi',
196
+ rows : 'Satır',
197
+ alignRows : 'Satırları hizala',
198
+ columns : 'Sütun',
199
+ paperFormat : 'Sayfa formatı',
200
+ orientation : 'Yön',
201
+ repeatHeader : 'Başlığı tekrarla'
202
+ },
203
+
204
+ ExportRowsCombo : {
205
+ all : 'Tüm satırlar',
206
+ visible : 'Görünür satırlar'
207
+ },
208
+
209
+ ExportOrientationCombo : {
210
+ portrait : 'Dikey',
211
+ landscape : 'Yatay'
212
+ },
213
+
214
+ SinglePageExporter : {
215
+ singlepage : 'Tek sayfa'
216
+ },
217
+
218
+ SinglePageUnscaledExporter : {
219
+ singlepageunscaled : 'Tek sayfa (ölçeklenmemiş)'
220
+ },
221
+
222
+ MultiPageExporter : {
223
+ multipage : 'Birden fazla sayfa',
224
+ exportingPage : ({ currentPage, totalPages }) => `Sayfa ${currentPage}/${totalPages} dışa aktarılıyor`
225
+ },
226
+
227
+ MultiPageVerticalExporter : {
228
+ multipagevertical : 'Birden fazla sayfa (dikey)',
229
+ exportingPage : ({ currentPage, totalPages }) => `Sayfa ${currentPage}/${totalPages} dışa aktarılıyor`
230
+ },
231
+
232
+ RowExpander : {
233
+ loading : 'Yükleniyor',
234
+ expand : 'Genişlet',
235
+ collapse : 'Daralt',
236
+ columnDescription : 'Satır detaylarını değiştir',
237
+ expandedRowContent : 'Genişletilmiş satır içeriği'
238
+ },
239
+
240
+ TreeGroup : {
241
+ group : 'Grupla',
242
+ stopGrouping : 'Gruplamayı Durdur',
243
+ stopGroupingThisColumn : 'Bu Sütunun Gruplamasını Kaldır'
244
+ },
245
+
246
+ AIFilter : {
247
+ unsuccessfulFilterMessage : 'Filtre işlemi başarısız oldu, lütfen tekrar deneyin'
248
+ },
249
+
250
+ AIFilterField : {
251
+ progressText : 'Filtreleniyor'
252
+ },
253
+
254
+ PinColumns : {
255
+ pinColumn : 'Sütunu sabitle',
256
+ unpin : 'Sabitleme yok',
257
+ pinToStart : 'Başa sabitle',
258
+ pinToEnd : 'Sona sabitle'
115
259
  }
116
- },
117
- RowNumberColumn: {
118
- rowNumber: 'Satır numarası'
119
- },
120
- GridBase: {
121
- loadFailedMessage: 'Veri yükleme başarısız!',
122
- syncFailedMessage: 'Veri senkronizasyonu başarısız!',
123
- unspecifiedFailure: 'Belirtilmemiş hata',
124
- networkFailure: 'Ağ hatası',
125
- parseFailure: 'Sunucu yanıtı ayrıştırma başarısız',
126
- serverResponse: 'Sunucu yanıtı:',
127
- noRows: 'Gösterilecek kayıt bulunamadı',
128
- moveColumnLeft: 'Sol sütuna taşı',
129
- moveColumnRight: 'Sağ sütuna taşı',
130
- moveColumnTo: region => `Sütunu şuraya taşı ${region}`,
131
- filteredRecords: n => n ? n === 1 ? `1 satır filtreyle eşleşiyor` : `${n} satır filtreyle eşleşiyor` : 'Hiçbir satır filtreyle eşleşmiyor'
132
- },
133
- CellMenu: {
134
- removeRow: 'Satır sil'
135
- },
136
- RowCopyPaste: {
137
- copyRecord: 'Kopyala',
138
- cutRecord: 'Kes',
139
- pasteRecord: 'Yapıştır',
140
- rows: 'sıralar',
141
- row: 'sıra'
142
- },
143
- CellCopyPaste: {
144
- copy: 'Kopyala',
145
- cut: 'Kes',
146
- paste: 'Yapıştır'
147
- },
148
- Charts: {
149
- chartDesigner: 'Grafik Tasarımcısı',
150
- newChart: 'Yeni Grafik',
151
- download: 'İndir',
152
- settings: 'Ayarlar'
153
- },
154
- PdfExport: {
155
- 'Waiting for response from server': 'Sunucudan yanıt bekleniyor...',
156
- 'Export failed': 'Dışarı aktarma başarısız',
157
- 'Server error': 'Sunucu hatası',
158
- 'Generating pages': 'Sayfalar oluşturuluyor...',
159
- 'Click to abort': 'İptal et'
160
- },
161
- ExportDialog: {
162
- width: '40em',
163
- labelWidth: '12em',
164
- exportSettings: 'Dışarı aktarma ayarları',
165
- export: 'Dışarı aktar',
166
- printSettings: 'Yazdırma Ayarları',
167
- print: 'Yazdır',
168
- exporterType: 'Dışarı aktarma aracı türü',
169
- cancel: 'İptal et',
170
- fileFormat: 'Dosya biçimi',
171
- rows: 'Satır',
172
- alignRows: 'Satırları hizala',
173
- columns: 'Sütun',
174
- paperFormat: 'Sayfa formatı',
175
- orientation: 'Yön',
176
- repeatHeader: 'Başlığı tekrarla'
177
- },
178
- ExportRowsCombo: {
179
- all: 'Tüm satırlar',
180
- visible: 'Görünür satırlar'
181
- },
182
- ExportOrientationCombo: {
183
- portrait: 'Dikey',
184
- landscape: 'Yatay'
185
- },
186
- SinglePageExporter: {
187
- singlepage: 'Tek sayfa'
188
- },
189
- SinglePageUnscaledExporter: {
190
- singlepageunscaled: 'Tek sayfa (ölçeklenmemiş)'
191
- },
192
- MultiPageExporter: {
193
- multipage: 'Birden fazla sayfa',
194
- exportingPage: ({
195
- currentPage,
196
- totalPages
197
- }) => `Sayfa ${currentPage}/${totalPages} dışa aktarılıyor`
198
- },
199
- MultiPageVerticalExporter: {
200
- multipagevertical: 'Birden fazla sayfa (dikey)',
201
- exportingPage: ({
202
- currentPage,
203
- totalPages
204
- }) => `Sayfa ${currentPage}/${totalPages} dışa aktarılıyor`
205
- },
206
- RowExpander: {
207
- loading: 'Yükleniyor',
208
- expand: 'Genişlet',
209
- collapse: 'Daralt',
210
- columnDescription: 'Satır detaylarını değiştir',
211
- expandedRowContent: 'Genişletilmiş satır içeriği'
212
- },
213
- TreeGroup: {
214
- group: 'Grupla',
215
- stopGrouping: 'Gruplamayı Durdur',
216
- stopGroupingThisColumn: 'Bu Sütunun Gruplamasını Kaldır'
217
- },
218
- AIFilter: {
219
- unsuccessfulFilterMessage: 'Filtre işlemi başarısız oldu, lütfen tekrar deneyin'
220
- },
221
- AIFilterField: {
222
- progressText: 'Filtreleniyor'
223
- },
224
- PinColumns: {
225
- pinColumn: 'Sütunu sabitle',
226
- unpin: 'Sabitleme yok',
227
- pinToStart: 'Başa sabitle',
228
- pinToEnd: 'Sona sabitle'
229
- }
230
260
  };
231
- export default LocaleHelper.publishLocale(locale);
261
+
262
+ export default LocaleHelper.publishLocale(locale);