Skip to content

Commit c6651a3

Browse files
committed
fix: i18n exports
1 parent 64a7f48 commit c6651a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/i18n/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ export function i18n(options?: LocalizationPluginOptions) {
1818
return localization;
1919
}
2020

21-
export * from './hooks';
21+
export { locale } from './hooks';
22+
export { getI18n, type CommandLocalizationContext } from './i18n';

0 commit comments

Comments
 (0)