next.js/examples/with-i18n-rosetta/locales/en.json
en.json11 lines382 B
{
  "intro": {
    "welcome": "Welcome, {{username}}!",
    "text": "I hope you find this useful.",
    "description": "This example demonstrate how to change the language for SSG and SSR optimized pages."
  },
  "dashboard": {
    "description": "This example demonstrate how to change the language on client side only. Useful for dashboards because they don't require SEO."
  }
}
Quest for Codev2.0.0
/
SIGN IN