Skip to content

Outdated i18n example #35334

@santam85

Description

@santam85

📚 Docs or angular.io bug report

Description

The example i18n project referenced in the latest documentation is using old (<9) style localization configuration, and the source code does not match the documented instructions

🔬 Minimal Reproduction

What's the affected URL?**

https://angular.io/guide/i18n#translate-attributes

Expected vs Actual Behavior**

Would have expected a section in the angular.json similar to:

"i18n": {
      "sourceLocale": "en-US",
      "locales": {
        "fr": "src/locale/messages.fr.xlf"
      }
    }

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions