mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
6124e7d20c
This PR implements Internationalized Routing using formatjs / react-intl. ## Changelog - Updated formatjs to latest version - Remove deprecated babel-react-intl-plugin in favor of babel-formatjs-plugin - Remove server in favour of Internationalized Routing - Added linter with formatjs rules - Refactored JSX - Added missing types - Auto run formtjs script via before hooks - Adjusted readme docs - Added message descriptions - Removed default configs fixes #27870 ## Bug - [x] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [x] Make sure the linting passes
31 lines
758 B
JSON
31 lines
758 B
JSON
{
|
|
"9CBSZS": {
|
|
"defaultMessage": "An example app integrating React Intl with Next.js",
|
|
"description": "Index Page: Meta Description"
|
|
},
|
|
"I0B7AG": {
|
|
"defaultMessage": "Hello, World!",
|
|
"description": "Index Page: Content"
|
|
},
|
|
"Lg2S9x": {
|
|
"defaultMessage": "React Intl Next.js Example",
|
|
"description": "Default document title"
|
|
},
|
|
"Ml7614": {
|
|
"defaultMessage": "Home",
|
|
"description": "Nav: Index name"
|
|
},
|
|
"WIATrC": {
|
|
"defaultMessage": "This page is powered by Next.js",
|
|
"description": "Default document description"
|
|
},
|
|
"lyiQWH": {
|
|
"defaultMessage": "Home",
|
|
"description": "Index Page: document title"
|
|
},
|
|
"n5ul5I": {
|
|
"defaultMessage": "About",
|
|
"description": "Nav: About item"
|
|
}
|
|
}
|