Heads up!
This site uses cookies to enhance your browsing experience and analyse traffic. By clicking "Accept", you consent to our use of cookies.
Cookie Policy

I18n

Internationalization can serve your site in many languages.

Work In Progress!

Site Config

You can internationalize some of the string values that would otherwise be found in your site config in nuxt.config.ts. These will take priority over the values found there.

{
  "nuxtSiteConfig": {
    "name": "My Awesome Site",
    "description": "Where I put all my cool stuff!",
    "copyright": "Copyright © All rights reserved",
  }
}
json: i18n/locales/en.json

Collections

{
  "content": {
    "collections": {
      "pages": "Pages"
    }
  }
}
json: i18n/locales/en.json

Copyright © All rights reserved

Hero Patterns by Steve Schoger (CC By 4.0)