Skip to content

Commit

Permalink
Update README.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-elix authored May 31, 2024
1 parent 95296b0 commit a398293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { createI18nHandles } from '@288-toolkit/i18n/server';

const { langInfo, langRedirect, langAttribute } = createI18nHandles({
supportedLocales: ['en-ca', 'fr-ca'],
defaultLocale: ['en-ca']
defaultLocale: 'en-ca'
});

export const handle = sequence(langInfo, langRedirect, langAttribute);
Expand Down

0 comments on commit a398293

Please sign in to comment.