From d65d3b6a3789e5fd86fcc15bfca6dea6330767c2 Mon Sep 17 00:00:00 2001 From: nbouvrette Date: Sat, 25 Sep 2021 15:34:09 -0400 Subject: [PATCH 1/7] Add `next-multilingual` example --- examples/with-next-multilingual/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/with-next-multilingual/README.md diff --git a/examples/with-next-multilingual/README.md b/examples/with-next-multilingual/README.md new file mode 100644 index 0000000000000..cc80150e063fb --- /dev/null +++ b/examples/with-next-multilingual/README.md @@ -0,0 +1,7 @@ +# with-next-multilingual - internationalization using 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. + +See our solution in action on our [example repository](https://github.com/Avansai/next-multilingual-example). + +Or visit our [main repository](https://github.com/Avansai/next-multilingual) to learn more about how `next-multilingual` can help you apply i18n best practices with its rich feature set. \ No newline at end of file From 790160d646db4b7d970e67fef5f7378669c8baac Mon Sep 17 00:00:00 2001 From: nbouvrette Date: Tue, 18 Jan 2022 17:14:50 +0000 Subject: [PATCH 2/7] =?UTF-8?q?=E2=9A=99=20Update=20compiled=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/next/compiled/@next/react-refresh-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/compiled/@next/react-refresh-utils/package.json b/packages/next/compiled/@next/react-refresh-utils/package.json index ec188fd8f3487..674b5d14dd269 100644 --- a/packages/next/compiled/@next/react-refresh-utils/package.json +++ b/packages/next/compiled/@next/react-refresh-utils/package.json @@ -1,6 +1,6 @@ { "name": "@next/react-refresh-utils", - "version": "12.0.9-canary.0", + "version": "12.0.9-canary.1", "description": "An experimental package providing utilities for React Refresh.", "repository": { "url": "vercel/next.js", From a835727dd2a2726bcc3e0e569b72cb654e2e7234 Mon Sep 17 00:00:00 2001 From: Nicolas Bouvrette Date: Tue, 18 Jan 2022 23:44:10 -0500 Subject: [PATCH 3/7] Update package.json Reverting commit --- packages/next/compiled/@next/react-refresh-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/compiled/@next/react-refresh-utils/package.json b/packages/next/compiled/@next/react-refresh-utils/package.json index 674b5d14dd269..ec188fd8f3487 100644 --- a/packages/next/compiled/@next/react-refresh-utils/package.json +++ b/packages/next/compiled/@next/react-refresh-utils/package.json @@ -1,6 +1,6 @@ { "name": "@next/react-refresh-utils", - "version": "12.0.9-canary.1", + "version": "12.0.9-canary.0", "description": "An experimental package providing utilities for React Refresh.", "repository": { "url": "vercel/next.js", From 767fdf846916b4585e5769cc199fb5160ba1b9ec Mon Sep 17 00:00:00 2001 From: nbouvrette Date: Wed, 19 Jan 2022 04:52:12 +0000 Subject: [PATCH 4/7] =?UTF-8?q?=E2=9A=99=20Update=20compiled=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/next/compiled/@next/react-refresh-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/compiled/@next/react-refresh-utils/package.json b/packages/next/compiled/@next/react-refresh-utils/package.json index ec188fd8f3487..674b5d14dd269 100644 --- a/packages/next/compiled/@next/react-refresh-utils/package.json +++ b/packages/next/compiled/@next/react-refresh-utils/package.json @@ -1,6 +1,6 @@ { "name": "@next/react-refresh-utils", - "version": "12.0.9-canary.0", + "version": "12.0.9-canary.1", "description": "An experimental package providing utilities for React Refresh.", "repository": { "url": "vercel/next.js", From 50d147f7530dcbbf13c19dc589d2ad66ede221f9 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Tue, 18 Jan 2022 23:15:32 -0600 Subject: [PATCH 5/7] Update examples/with-next-multilingual/README.md --- examples/with-next-multilingual/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/with-next-multilingual/README.md b/examples/with-next-multilingual/README.md index cc80150e063fb..779a0b08cc807 100644 --- a/examples/with-next-multilingual/README.md +++ b/examples/with-next-multilingual/README.md @@ -1,7 +1,5 @@ -# with-next-multilingual - internationalization using next-multilingual +# 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. -See our solution in action on our [example repository](https://github.com/Avansai/next-multilingual-example). - -Or visit our [main repository](https://github.com/Avansai/next-multilingual) to learn more about how `next-multilingual` can help you apply i18n best practices with its rich feature set. \ No newline at end of file +[View the example](https://github.com/Avansai/next-multilingual-example) or the [main repository](https://github.com/Avansai/next-multilingual). \ No newline at end of file From 1f137ff4e77654383a3c85a042b0c0eea4121f88 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Tue, 18 Jan 2022 23:16:06 -0600 Subject: [PATCH 6/7] Update packages/next/compiled/@next/react-refresh-utils/package.json --- packages/next/compiled/@next/react-refresh-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/compiled/@next/react-refresh-utils/package.json b/packages/next/compiled/@next/react-refresh-utils/package.json index 674b5d14dd269..ec188fd8f3487 100644 --- a/packages/next/compiled/@next/react-refresh-utils/package.json +++ b/packages/next/compiled/@next/react-refresh-utils/package.json @@ -1,6 +1,6 @@ { "name": "@next/react-refresh-utils", - "version": "12.0.9-canary.1", + "version": "12.0.9-canary.0", "description": "An experimental package providing utilities for React Refresh.", "repository": { "url": "vercel/next.js", From 7fabe36edbc1e31c3d7ca07f105bb9055c2d056c Mon Sep 17 00:00:00 2001 From: Nicolas Bouvrette Date: Sat, 22 Jan 2022 02:12:05 -0500 Subject: [PATCH 7/7] Update README.md Applying prettier --- examples/with-next-multilingual/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-multilingual/README.md b/examples/with-next-multilingual/README.md index 779a0b08cc807..e00512c6ff9ca 100644 --- a/examples/with-next-multilingual/README.md +++ b/examples/with-next-multilingual/README.md @@ -2,4 +2,4 @@ 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. -[View the example](https://github.com/Avansai/next-multilingual-example) or the [main repository](https://github.com/Avansai/next-multilingual). \ No newline at end of file +[View the example](https://github.com/Avansai/next-multilingual-example) or the [main repository](https://github.com/Avansai/next-multilingual).