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

Add next-multilingual example #29386

Merged
merged 25 commits into from
Jan 23, 2022
Merged
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d65d3b6
Add `next-multilingual` example
nbouvrette Sep 25, 2021
fcebd3b
Merge branch 'canary' into canary
nbouvrette Sep 26, 2021
2810ddb
Merge branch 'canary' into canary
nbouvrette Sep 26, 2021
23fb3d1
Merge branch 'canary' into canary
nbouvrette Sep 27, 2021
c4a6266
Merge branch 'canary' into canary
nbouvrette Sep 27, 2021
047594e
Merge branch 'canary' into canary
nbouvrette Sep 27, 2021
b062586
Merge branch 'canary' into canary
nbouvrette Sep 28, 2021
eaed37c
Merge branch 'canary' into canary
nbouvrette Sep 28, 2021
4eb26c2
Merge branch 'canary' into canary
nbouvrette Sep 28, 2021
47fef67
Merge branch 'canary' into canary
nbouvrette Sep 28, 2021
c30cdf1
Merge branch 'canary' into canary
nbouvrette Sep 29, 2021
06c16d4
Merge branch 'canary' into canary
nbouvrette Sep 29, 2021
dba2115
Merge branch 'canary' into canary
nbouvrette Sep 30, 2021
deae9a4
Merge branch 'canary' into canary
nbouvrette Oct 8, 2021
f8847f8
Merge branch 'canary' into canary
nbouvrette Oct 23, 2021
89b3d36
Merge branch 'canary' into canary
nbouvrette Jan 18, 2022
790160d
⚙ Update compiled files
nbouvrette Jan 18, 2022
a835727
Update package.json
nbouvrette Jan 19, 2022
767fdf8
⚙ Update compiled files
nbouvrette Jan 19, 2022
50d147f
Update examples/with-next-multilingual/README.md
leerob Jan 19, 2022
1f137ff
Update packages/next/compiled/@next/react-refresh-utils/package.json
leerob Jan 19, 2022
bf55d0c
Merge branch 'canary' into canary
leerob Jan 19, 2022
74cce0a
Merge branch 'canary' into canary
nbouvrette Jan 22, 2022
7fabe36
Update README.md
nbouvrette Jan 22, 2022
4593e59
Merge branch 'canary' into canary
kodiakhq[bot] Jan 23, 2022
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
5 changes: 5 additions & 0 deletions examples/with-next-multilingual/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# with-next-multilingual

The `next-multilingual` module is a unique i18n module for Next.js that offers localized URLs and modular string management on top of other standard features required for multilingual applications.
leerob marked this conversation as resolved.
Show resolved Hide resolved

[View the example](https://github.com/Avansai/next-multilingual-example) or the [main repository](https://github.com/Avansai/next-multilingual).