From 70b51a62557fdfaf449bdc225c4c9bc12a619a79 Mon Sep 17 00:00:00 2001 From: Marius Lichtblau Date: Mon, 16 Jul 2018 19:41:19 +0200 Subject: [PATCH] docs: update i18n with requested changes (#24875) use more general project name in code example PR Close #24875 --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index cba2241cee..fb94050d96 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -702,7 +702,7 @@ You also need to instruct the AOT compiler to use your translation configuration "configurations": { ... "fr": { - "browserTarget": "angular.io-example:build:fr" + "browserTarget": "*project-name*:build:fr" } } }