Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n routing RFC #734

Merged
merged 20 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update proposals/0041-i18n-routing.md
Co-authored-by:  Matthew Phillips <matthew@skypack.dev>
  • Loading branch information
ematipico and matthewp authored Nov 9, 2023
commit 38a80f0ac7fb479b9085b643178a21ab959d6439
2 changes: 1 addition & 1 deletion proposals/0041-i18n-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The feature requires **two required** fields, where the user needs to store the
import {defineConfig} from "astro/config"
export default defineConfig({
i18n: {
defaultLocaLe: 'en',
defaultLocale: 'en',
locales: ['en', 'es', 'pt', 'fr']
}
})
Expand Down