-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
19 lines (16 loc) Β· 870 Bytes
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"Home": {
"desc": "πππ Boilerplate and Starter for Next.js 13+ with App Router and Page Router support,Tailwind CSS 3.3 and TypeScript β‘οΈ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress +Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS"
},
"PathnamesPage": {
"title": "Pathnames",
"description": "<p>The pathnames are internationalized too.</p><p>If you're using the default language English, you'll see <code>/en/pathnames</code> in the browser address bar on this page.</p><p>If you change the locale to German, the URL is localized accordingly (<code>/de/pfadnamen</code>).</p>"
},
"LocaleLayout": {
"title": "next-js-starter-Boilerplate"
},
"Navigation": {
"home": "Home",
"pathnames": "Pathnames"
}
}