Skip to content

Commit

Permalink
place that space back
Browse files Browse the repository at this point in the history
  • Loading branch information
dBianchii committed Sep 18, 2024
1 parent 77e8de1 commit c56ee2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example-app-router/src/i18n/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {routing} from './routing';
export default getRequestConfig(async ({locale}) => {
// Validate that the incoming `locale` parameter is valid
if (!routing.locales.includes(locale as any)) notFound();

return {
messages: (
await (locale === 'en'
Expand Down

0 comments on commit c56ee2f

Please sign in to comment.