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

feat(i18n): manual routing #10193

Merged
merged 39 commits into from
Apr 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
53c5764
feat(i18n): manual routing
ematipico Feb 20, 2024
0a2f112
Merge remote-tracking branch 'origin/main' into feat/i18n-manual-routing
ematipico Feb 22, 2024
659a6c0
one more function
ematipico Feb 22, 2024
247eafd
different typing
ematipico Feb 22, 2024
9e95b0f
tests
ematipico Feb 27, 2024
5f0e19c
Merge remote-tracking branch 'origin/main' into feat/i18n-manual-routing
ematipico Mar 1, 2024
2eb86db
fix merge
ematipico Mar 4, 2024
1fd976f
Merge remote-tracking branch 'origin/main' into feat/i18n-manual-routing
ematipico Mar 4, 2024
b65f2d0
throw error for missing middleware
ematipico Mar 4, 2024
5e7097c
rename function
ematipico Mar 4, 2024
0da463a
Merge remote-tracking branch 'origin/main' into feat/i18n-manual-routing
ematipico Mar 4, 2024
3d14524
fix conflicts
ematipico Mar 4, 2024
c5e02dc
lock file update
ematipico Mar 4, 2024
c6fcdc4
fix options, error thrown and added tests
ematipico Mar 21, 2024
7849d78
Merge remote-tracking branch 'origin/main' into feat/i18n-manual-routing
ematipico Mar 25, 2024
65c216b
rebase
ematipico Mar 25, 2024
7bed201
add tests
ematipico Mar 25, 2024
51bcf56
docs
ematipico Mar 25, 2024
fc24ba4
lock file black magic
ematipico Mar 25, 2024
e43e04a
increase timeout?
ematipico Mar 26, 2024
e87d968
fix regression
ematipico Mar 26, 2024
62d4293
Merge remote-tracking branch 'origin/main' into feat/i18n-manual-routing
ematipico Mar 27, 2024
a377295
merge conflict
ematipico Mar 27, 2024
4057715
add changeset
ematipico Mar 27, 2024
bda256c
chore: apply suggestions
ematipico Mar 29, 2024
d3a8d18
apply suggestion
ematipico Apr 2, 2024
4d9f6a7
Update .changeset/little-hornets-give.md
ematipico Apr 8, 2024
ba18514
chore: address feedback
ematipico Apr 8, 2024
e43236a
fix regression of last commit
ematipico Apr 8, 2024
742c627
update name
ematipico Apr 8, 2024
e75b46c
add comments
ematipico Apr 8, 2024
6c4aa8d
fix regression
ematipico Apr 8, 2024
fe0c01a
remove unused code
ematipico Apr 8, 2024
dbcee6e
Apply suggestions from code review
ematipico Apr 9, 2024
d746753
chore: update reference
ematipico Apr 9, 2024
1516cbd
Update packages/astro/src/@types/astro.ts
ematipico Apr 9, 2024
bbb3787
chore: improve types
ematipico Apr 9, 2024
52fcbe0
fix regression in tests
ematipico Apr 10, 2024
e781cb2
apply Sarah's suggestion
ematipico Apr 10, 2024
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 packages/astro/src/@types/astro.ts
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
ematipico and sarah11918 authored Apr 9, 2024
commit 1516cbde98ada3d7d62c1bbbd17db6070cffd44b
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ export interface AstroUserConfig {
/**
*
* @docs
* @name i18n.routing
* @name i18n.routing.manual
* @type {string}
* @version 4.6.0
* @description
Expand Down
Loading