-
-
Notifications
You must be signed in to change notification settings - Fork 360
Expand file tree
/
Copy pathen.json
More file actions
28 lines (28 loc) · 848 Bytes
/
Copy pathen.json
File metadata and controls
28 lines (28 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"Layout": {
"title": "next-intl playground",
"tagline": "Translations, formatting, routing and patterns with Next.js.",
"examples": "Examples"
},
"Nav": {
"translations": "Translations",
"serverComponents": "Server Components",
"serverComponentsDescription": "Read translated strings inside Server Components.",
"clientComponents": "Client Components",
"clientComponentsDescription": "Use translations in interactive Client Components."
},
"ServerComponentsPage": {
"title": "Server Components",
"subtitle": "Translations",
"output": "Output",
"greeting": "Hello, world!"
},
"ClientComponentsPage": {
"title": "Client Components",
"subtitle": "Translations",
"output": "Output",
"label": "Your name",
"placeholder": "Frodo",
"greeting": "Hello, {name}!"
}
}