Skip to content

docs: document i18n object forms for sourceLocale and locales in angular.json#68822

Open
arturovt wants to merge 1 commit into
angular:mainfrom
arturovt:docs/issue_59664
Open

docs: document i18n object forms for sourceLocale and locales in angular.json#68822
arturovt wants to merge 1 commit into
angular:mainfrom
arturovt:docs/issue_59664

Conversation

@arturovt
Copy link
Copy Markdown
Contributor

The sourceLocale and locales entries in angular.json accept object forms (with code, baseHref, and subPath) that were never documented.

  • Add an i18n options reference section to workspace-config.md covering the full shape of sourceLocale and each locales entry, including the distinction between baseHref (HTML only) and subPath (HTML + output directory name)
  • Add i18n to the project configuration options table in workspace-config.md
  • Expand the suboptions table in merge.md to mention the object forms and link to the new reference section

Closes #59664

…lar.json

The `sourceLocale` and `locales` entries in `angular.json` accept object
forms (with `code`, `baseHref`, and `subPath`) that were never documented.

- Add an `i18n options` reference section to workspace-config.md covering
  the full shape of `sourceLocale` and each `locales` entry, including the
  distinction between `baseHref` (HTML only) and `subPath` (HTML + output
  directory name)
- Add `i18n` to the project configuration options table in workspace-config.md
- Expand the suboptions table in merge.md to mention the object forms and
  link to the new reference section

Closes angular#59664
@pullapprove pullapprove Bot requested a review from josephperrott May 20, 2026 15:24
@angular-robot angular-robot Bot added the area: docs Related to the documentation label May 20, 2026
@ngbot ngbot Bot added this to the Backlog milestone May 20, 2026
@JeanMeche JeanMeche requested review from alan-agius4 and removed request for josephperrott May 20, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing localize config documentation

1 participant