Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization documentation typo #4839

Open
romainligneul opened this issue Jan 17, 2025 · 1 comment
Open

Localization documentation typo #4839

romainligneul opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels

Comments

@romainligneul
Copy link

In here
https://docs.apostrophecms.org/reference/module-api/module-options.html#i18n

module.exports = {
  extend: '@apostrophecms/module',
  options: {
    i18n: {
      namespace: 'projectName',
      browser: true
    }
  }
}

Should be

module.exports = {
  extend: '@apostrophecms/module',
  options: {
    i18n: {
      namespace: 'projectName',
      browser: true
    }
  }
}

namespace does not work as an attribute. It should be np

@boutell
Copy link
Member

boutell commented Jan 17, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants