We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a7f48 commit c6651a3Copy full SHA for c6651a3
packages/i18n/src/index.ts
@@ -18,4 +18,5 @@ export function i18n(options?: LocalizationPluginOptions) {
18
return localization;
19
}
20
21
-export * from './hooks';
+export { locale } from './hooks';
22
+export { getI18n, type CommandLocalizationContext } from './i18n';
0 commit comments