Skip to content

Commit

Permalink
Update i18n.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RoylerMarichal authored Apr 24, 2024
1 parent cd181a0 commit e4313c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {notFound} from 'next/navigation';
import {getRequestConfig} from 'next-intl/server';

// Can be imported from a shared config
export const locales = ['en', 'es'];
export const locales = ['en', 'es', 'pt'];

export default getRequestConfig(async ({locale}) => {
// Validate that the incoming `locale` parameter is valid
Expand Down

0 comments on commit e4313c8

Please sign in to comment.