From 6bc4077fb8777a1b1b3f78b418d281ee26ffcdfc Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Mon, 8 Jun 2020 22:42:10 -0500 Subject: [PATCH] Ember Times addition to ember-new-lang post --- content/posts/ember-new-lang.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/ember-new-lang.md b/content/posts/ember-new-lang.md index d28e873..b21464d 100644 --- a/content/posts/ember-new-lang.md +++ b/content/posts/ember-new-lang.md @@ -15,3 +15,5 @@ I've been working with Joseph Sumner, Ava Wroten, Jamie White and Melanie Sumner > This RFC introduces the `--lang` flag as an option for `ember new`, `ember init`, and `ember addon` commands within the Ember CLI. The feature targets the ember-cli build process -- specifically, when generating the file for the application's entry point at `app/index.html`. If the flag is used with a valid language code, it will assign the `lang` attribute in the file's root `` element to that code. The `lang` attribute is [formally defined within the current HTML5 specification](https://html.spec.whatwg.org/#the-lang-and-xml:lang-attributes); it is used to specify the base human language of an element or a document in a way that can be programmatically understood by assistive technology. +[As featured in the Ember Times (June 5th, 2020)](https://blog.emberjs.com/2020/06/05/the-ember-times-issue-151.html) +