-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
Bug Report or Feature Request (mark with an x
)
- [] bug report
- [x] feature request
Versions.
@angular/cli: 1.4.4
node: 8.5.0
os: win32 x64
@angular/animations: 4.4.4
@angular/cdk: 2.0.0-beta.12
@angular/common: 4.4.4
@angular/compiler: 4.4.4
@angular/core: 4.4.4
@angular/forms: 4.4.4
@angular/http: 4.4.4
@angular/material: 2.0.0-beta.12
@angular/platform-browser: 4.4.4
@angular/platform-browser-dynamic: 4.4.4
@angular/router: 4.4.4
@angular/cli: 1.4.4
@angular/compiler-cli: 4.4.4
@angular/language-service: 4.4.4
typescript: 2.3.4
Repro steps.
Run a i18n build including the locale flag:
ng build --locale de.......
Then have a look at the index.html inside dist folder.
The document's locale is still set to <html lang="en">
when you build a locale "de".
This causes some browsers to suggest a translated version of the site and breaks built in spellcheckers.
The log given by the failure.
No log
Desired functionality.
The index.html in build results should contain a correct lang attribute.
<html lang="en">
Mention any other details that might be useful.
Nothing