Skip to content

Commit

Permalink
fix(i18n): trigger release (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Mar 14, 2023
1 parent bdc237d commit 90ca1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/i18n/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const createI18n = <MessageSource extends Record<string, any>>(locale: Su
return localIntl
}

// this returns global (application of Intl)
// Returns global (application of Intl)
export default function useI18n<MessageSource extends Record<string, any>>(): IntlShapeEx<MessageSource> {
return globIntl
}

0 comments on commit 90ca1f8

Please sign in to comment.