Skip to content

Commit 23100d0

Browse files
committed
[Site] Fixing a missing package and missing export (and wrong package version)
1 parent 1d18a24 commit 23100d0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ux.symfony.com/assets/translator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ import { trans, getLocale, setLocale, setLocaleFallbacks } from '@symfony/ux-tra
1111

1212
setLocaleFallbacks(localeFallbacks);
1313

14-
export { trans };
14+
export { trans, setLocale };
1515

16-
export * from '@app/translations';
16+
export * from '@app/translations';

ux.symfony.com/importmap.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
'version' => '3.0.6',
6969
],
7070
'delegate-it' => [
71-
'version' => '6.0.1',
71+
'version' => '3.0.1',
7272
],
7373
'@swup/debug-plugin' => [
7474
'version' => '3.0.0',
@@ -156,4 +156,7 @@
156156
'version' => '1.6.1',
157157
'type' => 'css',
158158
],
159+
'scheduler' => [
160+
'version' => '0.23.0',
161+
],
159162
];

0 commit comments

Comments
 (0)