-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(examples/with-react-intl): add locale negotation to client side (#…
…16806) fix #16752 cc @thuringia
- Loading branch information
Showing
6 changed files
with
91 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"AvQcw8": "React Intl Next.js Example, in en-GB", | ||
"N015Sp": "Hello, World, from the UK!", | ||
"ejEGdx": "Home (British version)", | ||
"fnfXnF": "An example app integrating React Intl with Next.js", | ||
"g5pX+a": "About (British version)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"AvQcw8": " React Intl Next.js示例", | ||
"N015Sp": "你好,世界!", | ||
"ejEGdx": "首页", | ||
"fnfXnF": "一个将React Intl与Next.js集成的示例应用程序", | ||
"g5pX+a": "关于" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"AvQcw8": "React Intl Next.js示例", | ||
"N015Sp": "你好,世界!", | ||
"ejEGdx": "首頁", | ||
"fnfXnF": "一個將React Intl與Next.js集成的示例應用程序", | ||
"g5pX+a": "關於" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters