{ "Error": { "description": "
We've unfortunately encountered an error.
You can try to
next-intl with the Next.js App Router. Try changing the locale in the top right corner and see how the content changes.",
"title": "CWG Markets"
},
"LocaleLayout": {
"title": "CWG Markets"
},
"LocaleSwitcher": {
"label": "Change language",
"locale": "{locale, select, en {🇺🇸 English} cn {🇨🇳 中文简体} zh {🇨🇳 中文繁體} de {🇩🇪 Deutsch} es {🇪🇸 Español} ar {🇸🇦 عربي} id {🇮🇩 Bahasa Indonesia} ms {🇲🇾 Bahasa Melayu} th {🇹🇭 ไทย} vi {🇻🇳 Tiếng Việt} ko {🇰🇷 한국어} pt {🇵🇹 Português} fa {🇮🇷 زبان پارسی} tr {🇹🇷 Türkçe} other {Unknown}}"
},
"Manifest": {
"name": "CWG Markets"
},
"Navigation": {
"home": "Home",
"pathnames": "Pathnames"
},
"NotFoundPage": {
"description": "Please double-check the browser address bar or use the navigation to go to a known page.",
"title": "Page not found"
},
"PageLayout": {
"links": {
"docs": {
"description": "Learn more about next-intl in the official docs.",
"href": "https://next-intl.dev",
"title": "Docs"
},
"source": {
"description": "Browse the source code of this example on GitHub.",
"href": "https://github.com/amannn/next-intl/tree/main/examples/example-app-router",
"title": "Source code"
}
}
},
"PathnamesPage": {
"description": "The pathnames are internationalized too.
If you're using the default language English, you'll see /en/pathnames in the browser address bar on this page.
If you change the locale to German, the URL is localized accordingly (/de/pfadnamen).